sqlite-async
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sqlite-async", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ES6 Promise-based interface to the sqlite3 module.", | ||
@@ -5,0 +5,0 @@ "main": "sqlite-async.js", |
@@ -5,3 +5,3 @@ # sqlite-async | ||
The `sqlite-async` module exports the `Database` class. Each method works the same as the original [`sqlite3 API`](https://github.com/mapbox/node-sqlite3/wiki/API). Instead of callbacks, each method returns a promise. The `prepare` method returns a `Statement` index that also wraps all of the original statement methods into methods that return a promise. | ||
The `sqlite-async` module exports the `Database` class. Each method works the same as the original [`sqlite3 API`](https://github.com/mapbox/node-sqlite3/wiki/API). Instead of callbacks, each method returns a promise. The `prepare` method returns a `Statement` instance that also wraps all of the original statement methods into methods that return a promise. | ||
@@ -8,0 +8,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13988