RSS Feed for This PostCurrent Article

Embedded Database using SQLite

Well, SQLite is actually not just for embedded database but in my case I am trying it as an embedded database.

As quoted from the website, SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. It is used in countless desktop computer applications as well as consumer electronic devices including cellphones, PDAs, and MP3 players.

Also, there is SQLite Manager which can be used to manage all your sqlite databases as a lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, etc. This extension will be useful to developers who want to create and play with sqlite databases.

image


Trackback URL


RSS Feed for This Post2 Comment(s)

  1. Sige | Oct 8, 2008 | Reply

    by embedded database, do you mean you can run the sqlite database from your program without the need to explicitly administrate the database from commandline or the sqlite manager?

  2. anatili | Jan 17, 2010 | Reply

    Try EffiProz Database http://www.EffiProz.com,
    EffiProz is a database written entirely in C#. comprehensive SQL support including Stored Procedures, Triggers and Functions. Ideal for embed in .Net applications. Support Silverlight 3 and .Net compact framework as well
    Include Visual Studio ad-in, ADO.Net provider, Entity Framework provider, etc.

RSS Feed for This PostPost a Comment

CAPTCHA Image
Refresh Image
*