Add SQLite system library package

This commit is contained in:
2025-04-23 20:28:12 +03:00
parent 77639572ea
commit 53e654532d
6 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module DataLiteC [system] {
header "shim.h"
link "sqlite3"
export *
}