Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqlite-async

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-async - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc