zig-sqlite
DB library
A thin wrapper around sqlite's C API for the Zig programming language.
zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
378 stars
8 watching
52 forks
Language: C
last commit: 22 days ago
Linked from 2 awesome lists
sqlitezig
Related projects:
Repository | Description | Stars |
---|---|---|
nektro/zig-sqlite3 | A Zig wrapper around the SQLite 3.38.0 C library, providing a convenient interface for working with databases. | 2 |
leroycep/sqlite-zig | Provides C API bindings to make the SQLite library more compatible with Zig programming language | 63 |
vrischmann/zig-cassandra | A CQL client implemented in Zig language | 8 |
ziglibs/zdb | An allocator-free document-oriented database management system built in Zig | 3 |
mattnite/zig-libcurl | A package providing bindings and build support for statically linking the libcurl HTTP client library into Zig applications | 20 |
fubark/zig-v8 | Builds and provides C bindings and a Zig API for the V8 JavaScript engine | 137 |
ziglang/zig-bootstrap | An open-source project to build a fully operational Zig compiler from scratch. | 386 |
tiehuis/zig-sdl2 | A minimal wrapper around SDL2 for the Zig programming language | 14 |
ziglibs/zig-windows-console | A collection of tools and utilities for working with the Windows console in Zig programming language. | 6 |
sam701/zig-cli | A package for building command line apps in Zig | 208 |
mattnite/zig-zlib | A package to statically compile and link zlib in Zig applications. | 21 |
simonw/sqlite-utils | A Python utility and library for manipulating SQLite databases. | 1,671 |
ikskuh/sdl.zig | Provides a Zig wrapper around SDL2 with object API and error handling | 362 |
marlersoft/zigwin32 | Provides a set of bindings for the Windows API in Zig programming language | 264 |
david-bouyssie/sqlite4s | A thin wrapper around the SQLite C library with an API similar to Sqlite4java. | 36 |