Home
/
Hosting Subscription
/
Supported Technology
/
Is SQLite supported?

Is SQLite supported?

SQLite is a software library which implements an SQL database engine. SQLite and PDO_SQLite are supported on all of our servers.

SQLite can be used with PHP scripts through the SQLite PHP functions.

You can check the SQLite and PDO_SQLite library versions using the phpinfo function. To do this, create a simple php file (for example systeminfo.php) with the following line in it:

<?php phpinfo(); ?>

and upload it on your hosting account. Then, open this file in a browser to see the full Apache/PHP information. The path to the file should be:

http://yourdomainname.com/systeminfo.php

The SQLite version is shown next to SQLite Library in the SQLite section of the file. Accordingly, the PDO_SQLite version is shown next to SQLite Library in the pdo_sqlite section of the file.

Share This Article