Return to "Miscellaneous"

Using the SQLite Database Engine


 
The topic of this article is not supported by our customer support department, however for your convenience we are providing this material to assist you in troubleshooting potential issues related to this topic.

SQLite is a lightweight yet fast database engine that requires no complex backend to use. Databases are stored in files, and no application runs in the background, allowing for simple troubleshooting and programming. SQLite is considered by some to be faster than other available databases in many cases, and is supported by many popular programming languages. OpenSourceHost provides SQLite as a ValueApp to allow for simple installation. You can access documentation on using SQLite in your application at:
http://www.sqlite.org/docs.html

SQLite is pre-installed on your account, and does not require installation using the VDS Manager.