magnetfruit_database_handler

Abstract implementation of a database handler.


License
GPL-3.0

Documentation

Database Handler

Abstract implementation of a database handler. This is used by database handlers that are coded for a specific database, for example MySQL.

Creating a database handler

Every database is different, and require different database handlers. If the database you use does not have a database handler made for it, you can contact magnetfruit or open an issue on GitHub. You can alternatively code one (consider contributing it) by using the code and documentation as reference.