Firebird & SQLite Database Editor Support

We recently added support for Firebird & SQLite Databases. These fast, slick and reliable databases will help in running portable apps with PHP Grid. Thanks to PDO library, it’s integration is very with little configuration changes. // Database config for SQLite $db_conf = array(); $db_conf[“type”] = “pdo”; $db_conf[“server”] = “sqlite:../../sampledb/northwind.sqlite”; $db_conf[“user”] = “”; $db_conf[“password”] = … Continue reading Firebird & SQLite Database Editor Support