Topic: SQLite querry

What is the advantages of SQLite?

thanks

Last edited by mlynew (2010-11-26 19:32:56)

Re: SQLite querry

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.

http://www.sqlite.org

Regards