Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unjs/db0

📚 Lightweight SQL Connector
https://github.com/unjs/db0

Last synced: about 1 month ago
JSON representation

📚 Lightweight SQL Connector

Awesome Lists containing this project

README

        

# DB0

[![npm version](https://img.shields.io/npm/v/db0?color=yellow)](https://npmjs.com/package/db0)
[![npm downloads](https://img.shields.io/npm/dm/db0?color=yellow)](https://npmjs.com/package/db0)

> [!IMPORTANT]
> DB0 development is in the early stages. Track progress via [GitHub issues](https://github.com/unjs/db0/issues).

DB0 is a lightweight SQL connector:

✅ Works with several SQL [connectors](https://db0.unjs.io/connectors).

✅ Can be [integrated](https://db0.unjs.io/integrations) with ORMs and embeded into frameworks.

✅ Provides a simple but elegant query API out of the box.

👉 Read [📚 Documentation](https://db0.unjs.io)

## 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](https://github.com/unjs/db0/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/db0/graphs/contributors) 💛





---

_🤖 auto updated with [automd](https://automd.unjs.io)_