mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
sqlite3 api add bind_text and bind_blob
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
|
||||
#define SQLITE_CHECKPOINT_TRUNCATE 3
|
||||
|
||||
typedef void (*sqlite3_destructor_type)(void*);
|
||||
#define SQLITE_STATIC ((sqlite3_destructor_type)0)
|
||||
#define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1)
|
||||
|
||||
typedef struct sqlite3 sqlite3;
|
||||
|
||||
typedef struct sqlite3_stmt sqlite3_stmt;
|
||||
|
||||
Reference in New Issue
Block a user