Databases & Habanero EricSavage  -  06 Dec 2007 04:24 pm

SQLite Gets an ORM Boost

Habanero has just boosted its database vendor support list with the addition of SQLite, the popular and nifty open-source database.

The following description of SQLite is sourced from its website (www.sqlite.org)

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. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen()

Habanero’s database support list now includes Microsoft Sql Server, Microsoft Access, Oracle, MySQL, PostgreSQL and SQLite.

One Response to “SQLite Gets an ORM Boost”

  1. on 20 Jan 2010 at 3:14 am 1.anatili said …

    Try EffiPRoz Database (www.EffiProz.com).
    EffiProz is a database written entirely in C#. EffiProz has full-blown SQL support, including SQL Stored Procedures, Functions, and Triggers. Ideal for embedding in .Net applications. Support Silverlight 3 and .Net compact framework as well.
    Comes with Visual Studio ad-in, ADO.Net provider, Entity Framework

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply