awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSQLite3 Clients

High-speed SQLite3 client libraries for Node.js that handle multi-gigabyte databases with efficient indexing and joins.

Distinct from High-Performance Databases: Distinct from High-Performance Databases: focuses on SQLite3 client libraries specifically, not general high-performance database systems.

Explore 1 awesome GitHub repository matching data & databases · SQLite3 Clients. Refine with filters or upvote what's useful.

Awesome SQLite3 Clients GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wiselibs/better-sqlite3WiseLibs 的头像

    WiseLibs/better-sqlite3

    7,311在 GitHub 上查看↗

    better-sqlite3 is a high-performance SQLite3 client for Node.js that executes queries synchronously, returning results directly without callbacks or promises. It compiles as a native addon using N-API, binding directly to the SQLite3 C library for immediate query execution and zero-copy result serialization into native JavaScript objects. The library is optimized for Write-Ahead Logging (WAL) mode, enabling faster concurrent reads and writes in web applications. It provides durability level tuning through the synchronous pragma, allowing adjustments between FULL, NORMAL, and OFF modes to bala

    A high-speed SQLite3 client for Node.js that handles multi-gigabyte databases with efficient indexing and joins.

    JavaScriptdatabasesqlsqlite
    在 GitHub 上查看↗7,311
  1. Home
  2. Data & Databases
  3. High-Performance Databases
  4. SQLite3 Clients