Skip to content

codecrafters-io/sqlite-tester

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cmd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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_CURRENT_STAGE_SLUG - current stage the user is on

User code requirements

  • A binary named your_sqlite3.sh that executes the Git command.
  • A file named codecrafters.yml, with the following values:
    • debug