Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add nDimensional/zig-sqlite #46

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [tigerbeetle](https://github.com/tigerbeetle/tigerbeetle) : The distributed financial accounting database designed for mission critical safety and performance. [tigerbeetle.com](https://tigerbeetle.com/)
- [vrischmann/zig-sqlite](https://github.com/vrischmann/zig-sqlite) : zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
- [leroycep/sqlite-zig](https://github.com/leroycep/sqlite-zig) : This repository has zig bindings for sqlite. It trys to make the sqlite c API more ziggish.
- [nDimensional/zig-sqlite](https://github.com/nDimensional/zig-sqlite) : Simple, low-level, explicitly-typed SQLite bindings for Zig.
- [mjoerussell/zdb](https://github.com/mjoerussell/zdb) : A library for interacting with databases in Zig.
- [kristoff-it/redis-cuckoofilter](https://github.com/kristoff-it/redis-cuckoofilter) : Hashing-function agnostic Cuckoo filters for Redis.
- [kristoff-it/zig-okredis](https://github.com/kristoff-it/zig-okredis) : Zero-allocation Client for Redis 6+.
Expand Down