Posts by Marcos Bergamo • 111 points
1 post
-
1
votes1
answer67
viewsA: How to return the data registered in the database using Sqlite3
When we’re talking about the Knex.js, it expects you to pass one returning as the second parameter in the method insert. In that case you have two options: knex.insert({title: 'Great Gatsby'},…