1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/lib/Db/SQLite3
J. King 7ca0f4e877 Make the SQLite3 driver more generic
The changes in this commit should make it more practical to:

- Allow the driver to decide for itself whether to try creating a PDO object if its own requirements are not met
- Have any driver use a generic schema update procedure
- Use the same constructor for native and PDO SQLite
2017-12-18 18:29:32 -05:00
..
Driver.php Make the SQLite3 driver more generic 2017-12-18 18:29:32 -05:00
ExceptionBuilder.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Result.php Added per-file legal boilerplate 2017-11-16 20:51:03 -05:00
Statement.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00