SQLite
File based SQL database without servers
Description
SQLite is a unique database that stores entire databases in single disk files, requiring no server processes. This design makes it incredibly easy to set up, use, and transport databases between systems. It's free, open-source, and trusted for its stability and small footprint. Whether you're developing a mobile app, a desktop tool, or a small website, SQLite provides robust SQL capabilities without the complexity of client-server architectures.
Screenshots

Click to view full size
