summaryrefslogtreecommitdiff
path: root/sqlite.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor APIGravatar Vincent Rischmann2020-10-251-228/+246
| | | | | It doesn't make sense to pass the bind parameters in prepare; instead pass them in `exec`, `one`, and `all`.
* document the Bytes typeGravatar Vincent Rischmann2020-10-251-0/+6
|
* fix test so that the compiler doesn't crashGravatar Vincent Rischmann2020-10-251-5/+12
|
* add the Bytes typeGravatar Vincent Rischmann2020-10-251-3/+28
|
* check the type of the options argumentGravatar Vincent Rischmann2020-10-251-0/+6
|
* sqlite: fix default modeGravatar Vincent Rischmann2020-10-241-1/+7
|
* remove the src directoryGravatar Vincent Rischmann2020-10-241-0/+513