About 9,190,000 results
Open links in new tab
  1. SQLite Home Page

    SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.

  2. c++ - Even lighter than SQLite - Stack Overflow

    May 26, 2010 · I've been looking for a C++ SQL library implementation that is simple to hook in like SQLite, but faster and smaller. My projects are in games development and there's …

  3. Using SQLite with JSON as a simple NoSQL database : r/dotnet

    Hi all, I'm looking for a replacement for LiteDB, which is an embedded NoSQL database. SQLite offers JSON support, and you can index based on the contents of the JSON fields, write …

  4. SQLite Download Page

    The SQLite source code is maintained in three geographically-dispersed self-synchronizing Fossil repositories that are available for anonymous read-only access. Anyone can view the …

  5. How to create timestamp column with default value 'now'?

    How to create a table with a timestamp column that defaults to DATETIME('now')? Like this: CREATE TABLE test ( id INTEGER PRIMARY KEY AUTOINCREMENT, t TIMESTAMP …

  6. What do you think of using an ODBC driver for SQLite access

    Sep 4, 2022 · What do you think of using an ODBC driver for SQLite access? "Using ODBC to access SQLite is like driving a sports car by telling your deaf aunt which pedals to press and …

  7. SQLite Forum: Forum

    Oct 23, 2025 · SQLite Forum: ForumMost recent threads

  8. How do I unlock an SQLite database? - Stack Overflow

    When I enter sqlite> DELETE FROM mails WHERE ('id' = 71); SQLite returns: SQL error: database is locked How do I unlock the database so this query will work?

  9. sqllogictest: Documentation - SQLite

    Oct 28, 2025 · Sqllogictest was originally designed to test SQLite, but it is database engine neutral and can just as easily be used to test other database products. Sqllogictest is …

  10. svn cleanup: sqlite: database disk image is malformed

    Dec 3, 2012 · I was trying to do a svn cleanup because I can't commit the changes in my working copy, and I got the following error: sqllite: database disk image is malformed What can I do …