https://github.com/codecrafters-io/sqlite-tester
https://github.com/codecrafters-io/sqlite-tester
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecrafters-io/sqlite-tester
- Owner: codecrafters-io
- Created: 2021-02-21T15:50:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T09:18:56.000Z (5 months ago)
- Last Synced: 2026-01-25T23:08:14.504Z (5 months ago)
- Language: Go
- Size: 649 KB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite Challenge Tester
This is a program that validates your progress on the SQLite challenge.
# Requirements for binary
- Following environment variables:
- `CODECRAFTERS_SUBMISSION_DIR` - root of the user's code submission
- `CODECRAFTERS_TEST_CASES_JSON` - test cases in JSON format
# User code requirements
- A binary named `your_sqlite3.sh` that executes the Git command.
- A file named `codecrafters.yml`, with the following values:
- `debug`