Skip to content

unjs/db0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a164e0 Β· Apr 18, 2025
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB0

npm version npm downloads

Important

DB0 development is in the early stages. Track progress via GitHub issues.

DB0 is a lightweight SQL connector:

βœ… Works with several SQL connectors.

βœ… Can be integrated with ORMs and embedded into frameworks.

βœ… Provides a simple but elegant query API out of the box.

πŸ‘‰ Read πŸ“š Documentation

Contribution

Local development
  • Clone this repository
  • Install the latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run tests using pnpm dev or pnpm test

License

Published under the MIT license. Made by @pi0 and community πŸ’›


πŸ€– auto updated with automd