Commit Graph

9 Commits

Author SHA1 Message Date
61e9ee7047 Broke a bunch of things, TODO: make print_select function 2024-08-25 20:46:52 -07:00
ffb26ebefc Added rough draft of view() 2024-08-25 17:44:34 -07:00
76e4f9f6e0 Added some sql helper functions and x_curses for escape console commands 2024-08-22 22:23:18 -07:00
b7e0c9cdf3 Modified Makefile to pass db location 2024-08-21 22:39:08 -07:00
52b70c3df1 Added dodo.schema and modified Makefile to include db creation 2024-08-20 21:49:45 -07:00
3a86a83f54 Added Makefile 2024-08-19 21:59:34 -07:00
134037bfde Added test.c 2024-08-01 13:12:41 -07:00
c8a2907d6b Added static lib for sqlite3
Compiled with gcc -c sqlite3.c and ar rcs libsqlite3.a sqlite3.o
2024-08-01 13:12:11 -07:00
d454411286 Initial commit 2024-08-01 18:37:17 +00:00