| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | update readme | 2020-10-30 | 1 | -2/+2 | ||
| | | ||||||
| * | update readme | 2020-10-30 | 1 | -0/+11 | ||
| | | ||||||
| * | update documentation | 2020-10-29 | 1 | -2/+12 | ||
| | | ||||||
| * | update readme | 2020-10-29 | 1 | -19/+9 | ||
| | | ||||||
| * | update documentation | 2020-10-29 | 1 | -12/+18 | ||
| | | ||||||
| * | use an anonymous struct now that the compiler is fixed | 2020-10-29 | 1 | -9/+2 | ||
| | | ||||||
| * | Merge branch 'refactor-api' | 2020-10-25 | 1 | -228/+246 | ||
| |\ | ||||||
| | * | refactor API | 2020-10-25 | 1 | -228/+246 | ||
| |/ | | | | | It doesn't make sense to pass the bind parameters in prepare; instead pass them in `exec`, `one`, and `all`. | |||||
| * | Merge branch 'text' | 2020-10-25 | 2 | -4/+50 | ||
| |\ | ||||||
| | * | update readme | 2020-10-25 | 1 | -1/+9 | ||
| | | | ||||||
| | * | document the Bytes type | 2020-10-25 | 1 | -0/+6 | ||
| | | | ||||||
| | * | fix test so that the compiler doesn't crash | 2020-10-25 | 1 | -5/+12 | ||
| | | | ||||||
| | * | add the Bytes type | 2020-10-25 | 1 | -3/+28 | ||
| |/ | ||||||
| * | check the type of the options argument | 2020-10-25 | 1 | -0/+6 | ||
| | | ||||||
| * | add readme | 2020-10-25 | 1 | -0/+122 | ||
| | | ||||||
| * | sqlite: fix default mode | 2020-10-24 | 1 | -1/+7 | ||
| | | ||||||
| * | remove the src directory | 2020-10-24 | 2 | -2/+2 | ||
| | | ||||||
| * | add license | 2020-10-24 | 1 | -0/+21 | ||
| | | ||||||
| * | ci: add the ssh key secret | 2020-10-24 | 2 | -2/+4 | ||
| | | ||||||
| * | fix doc for Statement | 2020-10-24 | 1 | -5/+7 | ||
| | | ||||||
| * | add ci stuff | 2020-10-24 | 2 | -0/+50 | ||
| | | ||||||
| * | don't expose this function | 2020-10-24 | 1 | -1/+1 | ||
| | | ||||||
| * | take an options var in init() | 2020-10-24 | 1 | -4/+6 | ||
| | | ||||||
| * | fix typo | 2020-10-24 | 1 | -1/+1 | ||
| | | ||||||
| * | initial commit | 2020-10-24 | 3 | -0/+536 | ||