Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyp3rflow/deno-cdb
ConstantDB implementation for Deno
https://github.com/hyp3rflow/deno-cdb
Last synced: 6 days ago
JSON representation
ConstantDB implementation for Deno
- Host: GitHub
- URL: https://github.com/hyp3rflow/deno-cdb
- Owner: hyp3rflow
- License: apache-2.0
- Created: 2022-08-14T05:11:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T12:42:35.000Z (over 2 years ago)
- Last Synced: 2024-05-01T18:04:06.377Z (8 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# deno-cdb
[ConstantDB](http://cr.yp.to/cdb.html) implementation for Deno.
# Reference
[cdb](http://cr.yp.to/cdb/cdb.txt)
[cdb internals](https://www.unixuser.org/~euske/doc/cdbinternals/index.html)
[cdb-rs](https://github.com/bruceg/cdb-rs)
[node-cdb](https://github.com/ericnorris/node-cdb)# LICENSE
[MIT](./LICENSE-MIT) or [APACHE 2.0](./LICENSE-APACHE)