[Gravity] Introduce database specific access objects

Review Request #1010 — Created July 9, 2023 and submitted — Latest diff uploaded

pprkut
Lunr.Gravity
1011
45ff8fc...
lunr
Rather than one generic DatabaseAccessObject, there is now
one for every database we support. This allows for tighter type
safety.
src/Lunr/Gravity/MariaDB/TransactionalMariaDBAccessObject.php
src/Lunr/Gravity/MySQL/TransactionalMySQLAccessObject.php
src/Lunr/Gravity/SQLite3/TransactionalSQLite3AccessObject.php
Loading...