We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d9dd0 commit c880fa1Copy full SHA for c880fa1
test/sqlitejs/main.c
@@ -10,7 +10,7 @@
10
#include "quickjs.h"
11
#include "sqlitejs.h"
12
13
-#define DB_PATH "/Users/marco/Desktop/functions.sqlite"
+#define DB_PATH "js_functions.sqlite"
14
15
static int print_results_callback(void *data, int argc, char **argv, char **names) {
16
for (int i = 0; i < argc; i++) {
0 commit comments