News

How to Use SQLite in Ubuntu. SQLite is a simple yet powerful embedded SQL database engine. Unlike other database systems, SQLite does not need to run on a server, and all information is stored in ...
How to Convert SQLite to Excel. SQLite, a lightweight database suitable for managing small data systems, might power some of your business' applications and websites.
For administration, SQLite offers an intuitive utility program conveniently named sqlite with which users of MySQL and PostgreSQL will feel perfectly at home. It has both shell and command-line modes.
The SQLite3 command line interface makes it incredibly easy to create databases, configure tables, delete records and even get status updates on the state of your SQLite database.
What I'm trying to do, is create a batch script that will find a FireFox profile (using things like %appdata% and shit, to make it easier), check if SQLite is installed (just a small EXE), if not ...