Skip to content

beachglasslabs/zig-duckdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-duckdb

A thin wrapper for duckdb in zig.

The current implementation uses the dynamic library (libduckdb) released by duckdb.

This has only been used and tested on Linux.

Please sanitize your sql before passing to this library as this is subject to sql injection attack if you are using strings passed in directly from users. A future version will likely expose prepared statement so the variables will be sanitized propertly.

About

A thin layer for duckdb in zig.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages