{id: sqlite}
{id: sqlite-try} {i: SQLite}
- You need to install the development package for libsqlite3
- On Ubuntu
sudo apt-get install libsqlite3-dev
{id: sqlite-multi-counter} {i: SQLite}
Unhandled exception issue: crystal-lang/crystal-sqlite3#52
{id: sqlite-last-insert-id} {i: last_id} {i: last_insert_id}
{id: sqlite-update-row-affected}
{id: sqlite-exception-handling}
- The internal exception handling should be enough, but apparently it is not
- See this report
{id: sqlite-all}
{id: sqlite-in-memory}