feat: zig-sqlite.

This commit is contained in:
2026-04-24 17:26:20 -04:00
parent 8d1b0ffa2d
commit 41944af80c
36 changed files with 22057 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#include "workaround.h"
my_sqlite3_destructor_type sqliteTransientAsDestructor() {
return (my_sqlite3_destructor_type)-1;
}