RSS Feed for This PostCurrent Article

Embedded Database using SQLite

Your Ad Here

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 Post1 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?

RSS Feed for This PostPost a Comment