SQLite3.47.2

  • Submit New Release
  • Edit SQLite Information
  • Submit a New Software

SQL database engine.

Monday, December 9, 2024
  • Applications
  • Databases
sqlite jpg

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.

Many people like SQLite because it is small and fast. But those qualities are just happy accidents. Users also find that SQLite is very reliable. Reliability is a consequence of simplicity. With less complication, there is less to go wrong. So, yes, SQLite is small, fast, and reliable, but first and foremost, SQLite strives to be simple.

SQLite features : atomic transactions, consistent, isolated, and durable even after system crashes and power failures. Zero-configuration - no setup or administration needed. Implements most of SQL92. A complete database is stored in a single disk file. Database files can be freely shared between machines with different byte orders. Supports databases up to 2 tebibytes in size, strings and BLOBs up to 2 gibibytes in size. SQLite is faster than popular client/server database engines for most common operations.

The SQLite distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.

  • linux
  • windows
  • MacOS
  • Downloads
    59135
  • License
    Public Domain
  • Platforms
    Linux, Mac OS X, Windows

Downloads / Release History


November
25
2024
SQLite 3.47.1
Changelog
October
22
2024
SQLite 3.47.0
Changelog
August
14
2024
SQLite 3.46.1
Changelog
May
24
2024
SQLite 3.46.0
Changelog
April
15
2024
SQLite 3.45.3
Changelog
March
12
2024
SQLite 3.45.2
Changelog
January
31
2024
SQLite 3.45.1
Changelog
January
16
2024
SQLite 3.45.0
Changelog
November
25
2023
SQLite 3.44.2
Changelog
November
23
2023
SQLite 3.44.1
Changelog
October
11
2023
SQLite 3.43.2
Changelog
September
11
2023
SQLite 3.43.1
Changelog
August
25
2023
SQLite 3.43.0
Changelog
May
17
2023
SQLite 3.42.0
Changelog
March
23
2023
SQLite 3.41.2
Changelog
  • http://www.sqlite.org/download.html
  • sqlite-amalgamation-3410200.zip

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles