Educational project to understand SQLite internal file format. The challenge was designed by codecrafters.io
The following commands are supported:
./sqlite3.sh sample.db .dbinfo
./sqlite3.sh sample.db .tables
./sqlite3.sh sample.db 'select count(*) from apples'
./sqlite3.sh sample.db 'select name, color from apples where color="Red"'
npm install
- Designed by codecrafters:
sample.db
,companies.db
- Additional: Chinook_Sqlite v1.4.5
bun test