libSQL is an open source, open contribution fork of SQLite. This source repository contains libSQL API bindings for Node, which aims to be compatible

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-12-24 00:00:18

libSQL is an open source, open contribution fork of SQLite. This source repository contains libSQL API bindings for Node, which aims to be compatible with better-sqlite3, but with opt-in promise API.

Please note that there is also the libSQL SDK, which is useful if you don't need better-sqlite3 compatibility or use libSQL in environments like serverless functions that require fetch()-based database access protocol.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in libSQL by you, shall be licensed as MIT, without any additional terms or conditions.

Leave a Comment