mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
69fee85469
Instead of using a custom "memory" key in the $databaseConfig which never really got used this now allows someone to simply enable in-memory databases by setting the path to ":memory:" or to use the following environment variable: define('SS_SQLITE_DATABASE_PATH', ':memory:'); |
||
---|---|---|
.. | ||
SQLite3Database.php | ||
SQLiteDatabaseConfigurationHelper.php | ||
SQLitePDODatabase.php |