package
0.8.1
Repository: https://github.com/ssst0n3/lightweight_db.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
CREATE TABLE IF NOT EXISTS challenge ( id integer primary key autoincrement, name text, score integer ); */.