sqlite demo

This commit is contained in:
xushiwei
2024-05-15 21:27:42 +08:00
parent f167c6dcca
commit c634dc25b4
7 changed files with 99 additions and 118 deletions

View File

@@ -29,15 +29,17 @@ type (
)
const (
LLGoPackage = "link"
LLGoPackage = "link: sqlite3"
)
// llgo:type C
type Sqlite3 struct {
Unused [8]byte
}
// llgo:type C
type Stmt struct {
Unused [8]byte
}
// -----------------------------------------------------------------------------