leedch/resource-mysql

DB Abstract to bind model classes to MySQL Tables

1.0.16 2024-04-07 15:09 UTC

This package is not auto-updated.

Last update: 2024-04-21 15:23:37 UTC


README

Connecting to a DB Table is complicated. I prefer being lazy.

This Component connects classes with DB Tables If you make an object from your class, you can fill it with data from one table row. You can save, update, delete without ever using SQL syntax. Yes this is a DB Abstract Layer.