https://github.com/hyp3rflow/deno-cdb
ConstantDB implementation for Deno
https://github.com/hyp3rflow/deno-cdb
Last synced: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T12:42:35.000Z (over 3 years ago)
- Last Synced: 2025-01-29T00:09:50.030Z (11 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)