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

@electric-sql/drivers

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electric-sql/drivers

ElectricSQL database drivers.

  • 0.0.2-canary.af6a7be
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source
ElectricSQL logo

License Tests

ElectricSQL Drivers

This package implements a unified DatabaseAdapter interface for several SQLite and Postgres database drivers. Support for other drivers can be added by implementing the DatabaseAdapter interface or extending one of the generic drivers: SerialDatabaseAdapter or BatchDatabaseAdapter. Implement the latter if the underlying driver supports batch execution of queries, otherwise implement the former.

See the:

Install

Using yarn:

yarn add @electric-sql/drivers

Or using npm:

npm install --save @electric-sql/drivers

Issues

Please raise any bugs, issues and feature requests on GitHub Issues.

Contributing

See the Community Guidelines including the Guide to Contributing and Contributor License Agreement.

Support

We have an open community Discord. If you’re interested in the project, please come and say hello and let us know if you have any questions or need any help or support getting things running.

Keywords

FAQs

Package last updated on 26 Jun 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc