From 2c4ac3819b8c42de1410fd524c2c9d08d937ec70 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sun, 3 Sep 2023 20:32:51 +0100 Subject: Initial --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e118f9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# sql-zig + +Database abstraction layer. + +Somewhat inspired by java's JDBC or golang's database/sql package. Provides an interface to databases. + +TODO +[ ] Binding values in statements +[ ] Reading structs rather than individual columns. Zig's comptime will help a lot here. +[ ] Comptime query checking and codegen like go's sqlc or rust's sqlx +[ ] Docs and more tests +[ ] Pooling? +[ ] Optional compilation with various combinations of databases \ No newline at end of file -- cgit v1.2.3-ZIG