InfoQ

Topic/Tag specific view

All content and news on InfoQ about SQLite


News about SQLite

Up and Running with SQLite on .NET in 3 Minutes

Community
.NET
Topics
Data Access

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.

Ruby Driver for HSQLDB Released

Community
Ruby
Topics
Data Access,
Interop

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.

System.Data.SQLite to Support ADO.NET vNext

Community
.NET
Topics
Data Access

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.