Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
57
Frontend-Learner/node_modules/db0/README.md
generated
vendored
Normal file
57
Frontend-Learner/node_modules/db0/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# DB0
|
||||
|
||||
<!-- automd:badges color=yellow -->
|
||||
|
||||
[](https://npmjs.com/package/db0)
|
||||
[](https://npm.chart.dev/db0)
|
||||
|
||||
<!-- /automd -->
|
||||
|
||||
> [!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 embedded into frameworks.
|
||||
|
||||
✅ Provides a simple but elegant query API out of the box.
|
||||
|
||||
👉 Read [📚 Documentation](https://db0.unjs.io)
|
||||
|
||||
## Contribution
|
||||
|
||||
<details>
|
||||
<summary>Local development</summary>
|
||||
|
||||
- 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`
|
||||
|
||||
</details>
|
||||
|
||||
<!-- /automd -->
|
||||
|
||||
## License
|
||||
|
||||
<!-- automd:contributors license=MIT author="pi0" -->
|
||||
|
||||
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) 💛
|
||||
<br><br>
|
||||
<a href="https://github.com/unjs/db0/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=unjs/db0" />
|
||||
</a>
|
||||
|
||||
<!-- /automd -->
|
||||
|
||||
<!-- automd:with-automd -->
|
||||
|
||||
---
|
||||
|
||||
_🤖 auto updated with [automd](https://automd.unjs.io)_
|
||||
|
||||
<!-- /automd -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue