SQLite Database v3.10.1
Implement a self-contained, transactional SQL database engine.
SQLite Database Editor's review
FromPostgresql Community:SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process
Download (39.64MB)
Similar Suggested Software