SQLite
sqlite.orgSummary
Ask questionsSQLite is a C-language library that provides a self-contained, high-reliability, full-featured SQL database engine. It is widely used as an embedded database in mobile phones, computers, and various applications. SQLite offers a stable, cross-platform file format and is open-source.
Features0/14
See allNo common features found
PricingOne-time
See allAnnual Maintenance Subscription
- Private, expert email advice from the developers of SQLite.
Technical Support
- High-priority email and phone support directly from the SQLite developers.
- Guaranteed response time available as an option.
SQLite Consortium Membership
- Premium enterprise support including on-site visits and access to all proprietary extensions and test suites.
SQLite License
- Warranty of title and perpetual right-to-use for the SQLite source code.
SQLite Encryption Extension (SEE) source code
- A drop-in replacement for public-domain SQLite C source code that has the added ability to read/write AES-encrypted databases.
Compressed And Encrypted Read-Only Database (CEROD)
- A drop-in replacement for public-domain SQLite source code that has the added ability to read database that has been both compressed and encrypted.
The ZIPVFS Read/Write Compressed Database Extension
- The ZIPVFS extension automatically compresses and encrypts your data as it is written to disk, and decompressed and decrypts it while reading.
TH3 Testing Support
- The TH3 test harness is an aviation-grade test suite for SQLite.
- SQLite developers can run TH3 on specialized hardware and/or using specialized compile-time options, according to customer specification, either remotely or on customer premises.
Rationale
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. It is a foundational component for applications, not a low-code platform for building internal tools. It does not offer UI builders, direct API integrations for external services, or high-level security features like SSO/RBAC, nor does it provide deployment or debugging tools in the context of a low-code platform. It is a database, not a tool for building applications.