Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovojs/anykv
The monrepo for AnyKV - a service layer abstracting away different databases.
https://github.com/ovojs/anykv
abstraction-layer anydb bun http mysql polymorphism postgres redis sqlite surrealdb
Last synced: 8 days ago
JSON representation
The monrepo for AnyKV - a service layer abstracting away different databases.
- Host: GitHub
- URL: https://github.com/ovojs/anykv
- Owner: ovojs
- License: mit
- Created: 2024-02-05T11:05:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T07:07:29.000Z (5 months ago)
- Last Synced: 2024-10-30T09:55:27.703Z (19 days ago)
- Topics: abstraction-layer, anydb, bun, http, mysql, polymorphism, postgres, redis, sqlite, surrealdb
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnyKV
The monrepo for AnyKV - a service layer abstracting away different databases.
## Develop
```bash
git clone https://github.com/ovojs/anykv.git
cd anykv
bun i
```##
Have fun :)