tiny_sqlite icon indicating copy to clipboard operation
tiny_sqlite copied to clipboard

A thin SQLite wrapper for Nim

Results 3 tiny_sqlite issues
Sort by recently updated
recently updated
newest added

These changes make the code compile and work with Nim 2.0rc1.

Feature request: a `proc exec()` that does not auto-convert toDbValue Sometimes it can be handy to do the toDbValue conversion by hand. `dbWriteStatement` is of type `Table[string, SqlStatement]` ``` if...