mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 00:06:42 +00:00
@@ -17,15 +17,6 @@ Simple installation - takes about three minutes!
|
||||
If you are a Docker user, you may try this way!
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="js" label="JavaScript">
|
||||
|
||||
```js
|
||||
function helloWorld() {
|
||||
console.log('Hello, world!');
|
||||
}
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="sqlite" label="SQLite">
|
||||
|
||||
```bash
|
||||
@@ -91,15 +82,6 @@ If you plan to input some special characters, you may need to change the charact
|
||||
We provide different docker-compose.yml files under [this directory](https://github.com/nocodb/nocodb/tree/master/docker-compose). Here are some examples.
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="js" label="JavaScript">
|
||||
|
||||
```js
|
||||
function helloWorld() {
|
||||
console.log('Hello, world!');
|
||||
}
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="mysql" label="MySQL">
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user