unjs / db0

📚 Lightweight SQL Connector
https://db0.unjs.io
MIT License
127 stars 10 forks source link

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 embeded 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](https://nodejs.org/en/) - Enable [Corepack](https://github.com/nodejs/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