mlaanderson / database-js

Common Database Interface for Node
MIT License
74 stars 16 forks source link

Beter examples #29

Closed vladano closed 3 years ago

vladano commented 3 years ago

Please, Can you provide better examples, how to use database-js? Something like this https://www.w3schools.com/nodejs/nodejs_mysql_create_db.asp How to create database, create table, insert into table a single row and insert multiple rows from array, update data, delete data ... database-je nice because support a lot of different drivers.

Thanks in advance, VladanO

thiagodp commented 3 years ago

Hi @vladano, more examples and a basic API description were added to README.md.

You may find more examples at the page of your preferred database driver.

I'm closing this Issue for now. Please feel free to give more suggestions.