SQLite User Forum

SQLite the only database you will ever need in most cases
Login

SQLite the only database you will ever need in most cases

(1) By ThanksRyan on 2021-04-15 14:09:55 [link] [source]

(2) By anonymous on 2021-04-15 14:48:59 in reply to 1 [source]

I think of SQLite (3.35 with math functions & going forward) as An Application File Format that

  1. Supports a dialect of SQL
  2. That support of SQL makes SQLite databases generic as opposed to application-centric as other application file formats such as XLSX, MDB, SF are.