Socket
Socket
Sign inDemoInstall

any-db-sqlite3

Package Overview
Dependencies
125
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    any-db-sqlite3

The SQLite3 adapter for any-db


Version published
Weekly downloads
225
increased by0.9%
Maintainers
2
Install size
14.2 MB
Created
Weekly downloads
 

Readme

Source

any-db-sqlite3

Build Status

This is the sqlite3 adapter for Any-DB. It relies on the sqlite3 database driver to create Connection and Query objects that conform to the Any-DB API.

API extensions

You can include any of the SQLite3 mode flags as query parameters in your database URL. So if you wanted to open your database in read-only mode for example, just append ?OPEN_READONLY to the URL. The available flags are documented in this SQLite3 wiki page.

Install

npm install any-db-sqlite3

License

MIT

Keywords

FAQs

Last updated on 01 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc