Up and Running with SQLite on .NET in 3 Minutes
SQLite is an open source database that has been growing in popularity. It's footprint is small and is used in a wide-variety of types of applications.
Tracking change and innovation in the enterprise software development community
SQLite is an open source database that has been growing in popularity. It's footprint is small and is used in a wide-variety of types of applications.
A Ruby driver for HSQLDB has been released on RubyForge by Jared Richardson. The driver relies on Java Bridge technology (quite different than JRuby) to interop with the Java-based HSQLDB (formerly HypersonicSQL) open-source database.
SQLite is a lightweight database engine written in C. Designed to be cross-platform, it doesn't have any external dependencies and only takes about 250 KB of disk space. Though it doesn't support all of SQL92, it is suitable for smaller projects, especially ones that need cross-platform support. And to top it all off, the source code is in the public domain.