Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 223 Bytes

File metadata and controls

15 lines (10 loc) · 223 Bytes

HaSQLite

A SQLite implementation in Haskell, built from scratch for learning functional programming and database internals.

Building

cabal build all
cabal test
cabal run hasqlite

License

Apache-2.0