SQLite.SQLite 3.47.0
Self-contained transactional SQL database engine
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.
Command Line
Download Links For Version 3.47.0
Download Links For Version 3.46.1
Download Links For Version 3.46.0
Download Links For Version 3.45.2
Download Links For Version 3.45.1
Download Links For Version 3.42.0
Download Links For Version 3.40.0
Info
- last updated 10/21/2024 12:00:00 AM
- Publisher: SQLite
- License: Public Domain
Dependencies
No dependency information