zfcampus / zf-apigility-admin

Admin API and UI for Apigility
BSD 3-Clause "New" or "Revised" License
90 stars 64 forks source link

PDO_Sqlite usability #202

Open weierophinney opened 10 years ago

weierophinney commented 10 years ago

Ideally, we should allow passing the relative path to a SQLite database instead of requiring the absolute path; this is more portable, and more likely expected.

This will likely require a change to the Zend\Db\Adapter\AdapterAbstractServiceFactory class to resolve the filename if a relative path is provided. Alternately, we could do this in zf-apigility via a MERGE_CONFIG listener.

michalbundyra commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin/issues/49.