SQLite
An embedded SQL database engine
Screenshots
Description
SQLite is an open source embeddable database engine written in C. It provides all of the standard features you would normally find in any commercial SQL database product, such as SQL, transaction safety and support for binary large objects. No setup or administration required. It also offers high performance and databases up to 2TB in size, despite it's small memory footprint. SQLite is accessible through C, PHP, TCP, Ruby, Perl and Python. SQLite has long been known for being a stable and reliable product.
Categories
License
Features
- Zero-Configration
- Serverless
- Small code footprint
- Simple, easy to use API
- Stable Cross-Platform Database File
- Comes with a standalone command-line interface
- A complete database is stored in a single cross-platform disk file
- Well-commented source code with 100% branch test coverage
Update Notifications
User Ratings
User Reviews
Be the first to post a review of SQLite!