Skip to content

Commit

Permalink
Minor changes in package.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Jan 24, 2018
1 parent 8bd812a commit f706e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,16 +1,17 @@
# Database-js

* [Install](#install)
* [API](//github.com/mlaanderson/database-js/wiki/API)
* [Examples](//github.com/mlaanderson/database-js/wiki/Examples)
* [Drivers](//github.com/mlaanderson/database-js/wiki/Drivers)
* [In the Browser](//github.com/mlaanderson/database-js/wiki/Browsers)

## About
Database-js was started to implement a common, promise based interface for SQL database access. The concept is to copy the Java pattern of using connection strings to identify the driver. Then provide wrappers around the implemented functionality to commonize the syntax and results.
Database-js was started to implement a common, promise-based interface for SQL database access. The concept is to copy the Java pattern of using connection strings to identify the driver. Then provide wrappers around the implemented functionality to commonize the syntax and results.

Thus if SQLite, MySQL and PostgreSQL all have a database named test with a table named states we can access the data the same way.

Since database-js is still being held onto by NPM, the package name is database-js2 in NPM.
Since *database-js* is still being held onto by NPM, the current package name is **database-js2**.

Database-js has built-in prepared statements, even if the underlying driver does not support them. It is built on Promises, so it works well with ES7 async code.

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
},
"keywords": [
"database",
"database-js",
"javascript",
"adodb",
"firebase",
Expand Down

0 comments on commit f706e00

Please sign in to comment.