Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.05 KB

sqlite.md

File metadata and controls

55 lines (35 loc) · 1.05 KB

SQLite

{id: sqlite}

Try SQLite

{id: sqlite-try} {i: SQLite}

  • You need to install the development package for libsqlite3
  • On Ubuntu
sudo apt-get install libsqlite3-dev

Multi-counter with SQLite

{id: sqlite-multi-counter} {i: SQLite}

Unhandled exception issue: crystal-lang/crystal-sqlite3#52

SQLite last_id last_insert_id

{id: sqlite-last-insert-id} {i: last_id} {i: last_insert_id}

SQLite UPDATE row_affected

{id: sqlite-update-row-affected}

SQLite exception handling (during INSERT)

{id: sqlite-exception-handling}

  • The internal exception handling should be enough, but apparently it is not
  • See this report

SQLite all

{id: sqlite-all}

SQLite in memory

{id: sqlite-in-memory}