You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
> Wrapper for multiple databases with a JDBC-like connection
8
8
9
-
Database-js implements a common, promise-based interface for SQL database access. Inspired by Java, it adopts the pattern of using connection strings to identify the database driver. Wrappers around native database drivers provide a unified interface to handle databases. Thus, you don't need to modify your code (except the connection string) to change your database! 😉
9
+
Database-js implements a common, promise-based interface for SQL database access. Inspired by Java, it uses connection strings to identify the database driver. Wrappers around native database drivers provide a unified interface to handle databases. Thus, you don't need to modify your code (except the connection string) to change your database! 😉
10
10
11
11
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.
12
12
@@ -27,17 +27,18 @@ npm install database-js
27
27
28
28
## Drivers
29
29
30
-
Currently available drivers (*wrappers*):
31
-
-[ActiveX Data Objects](//github.com/mlaanderson/database-js-adodb) - *Windows only*
0 commit comments