SQLite
Jump to navigation
Jump to search
SQLite is an Embeddable SQL Database engine.
It is self contained and without external dependencies and it's fast. The developers say that it is "Two times faster than PostgreSQL and MySQL for many common operations."
See also
- Kexi - a graphical environment utilizing SQLite as (one of) its database backend
- sqlite homepage