mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-10 02:34:20 +01:00
add basic bind and column functions
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
typedef struct sqlite3 sqlite3;
|
||||
|
||||
typedef struct sqlite3_stmt sqlite3_stmt;
|
||||
typedef int64_t sqlite3_int64;
|
||||
typedef sqlite3_int64 sqlite_int64;
|
||||
|
||||
typedef int (*exec_callback)(void *context, int n_column, char **argv, char **colv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user