julmud / phpDVDProfiler

Adoption of the defunct phpDVDProfiler
MIT License
1 stars 4 forks source link

Overhaul of the mysqli interface #36

Open julmud opened 1 year ago

julmud commented 1 year ago

The mysqli interface (file mysqli.php) is riddled with bugs due to its old age. A complete rewrite might be a good idea.

Objectives:

gjnoonan commented 1 year ago

Whilst we are overhauling the database side of things I think it would be be worth considering a move to PDO instead of mysqli? This would allow us to support different database drivers too with minimal effort, and without the extra baggage of a third party ORM package.

SQLite 3 support would be a perfect usecase.