SQLite

blogger templates

SQLite is a Relational Database Management Server (DBMS) is portable (does not require any installation process), fast, free, and supported by many programming languages​​.
SQLite Excellence include:
1. Portable does not need installation, simply use one file sqlite3.exe;
2. The flat file (one single database file);
3. Supports transactions and view;
4. Very quickly, because the form of flat files;
5. Using a Query Language that is similar to the RDBMS in general.
One library contained in a SQLite database is sqlite3 command line functions (sqlite3.exe) that allows a user to interact and execute SQL commands in SQLite.

for sqlite manager can be download here 
sqlite shell download here

0 Response to "SQLite "

Posting Komentar