You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Zig Implementation of sqlite (work in progress), hence the name zqlite. For my own learning, I've reimplemented from scratch based upon the sqlite documentation.
Run
zig run src/main.zig -- ./db/test.db "SELECT * FROM users;"