Update README.md
This commit is contained in:
parent
b21860c73f
commit
c1c635a56e
@ -69,7 +69,7 @@ Using add method in your code (from your simply, we used old date from last data
|
||||
const sqlite = require('SQLEasy.js');
|
||||
var database = sqlite.database('/path/to/database.db');
|
||||
|
||||
database.add('table', {'ID': 4, 'content': 'test example, from fucking tests :)'})
|
||||
database.add('table', [{'ID': 4, 'content': 'test example, from fucking tests :)'}])
|
||||
console.log(database.get('table'));
|
||||
```
|
||||
output...
|
||||
|
Loading…
Reference in New Issue
Block a user