Return to "Miscellaneous"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.