C based API
This commit is contained in:
9
apiv2/include/database.h
Normal file
9
apiv2/include/database.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef DATABASE_H
|
||||
#define DATABASE_H
|
||||
|
||||
int db_init();
|
||||
char* db_query(const char *query);
|
||||
int db_insert(const char *value);
|
||||
void db_close();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user