Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 300 Bytes

ZQLite

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;"