Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free portable database [closed]

Tags:

Hi I am developing desktop portable free application and I`m looking for portable database:

  • free
  • without install
  • up to 20K records
  • standalone application
  • supports encryption (optional)
  • SQL92 spec

thanks for advice

can you write some advantages and disadvangtages?

like image 902
drizzt Avatar asked Feb 17 '09 16:02

drizzt


People also ask

What is portable database?

Data portability refers to the ability to move, copy or transfer data easily from one database, storage or IT environment to another. Portability describes the extent to which the data can easily be ported between different computers and operational environments.

Is SQLite free?

SQLite is an 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.

Is there any free database server?

Heroku Postgres. Heroku is a platform for running apps in the cloud, and you can run a free PostgreSQL database alongside your app. Postgres is a relational database that's compatible with SQL.


1 Answers

SQLite:

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.

-Adam

like image 182
Adam Davis Avatar answered Oct 18 '22 20:10

Adam Davis