Minimal PHP/SQL ORM for small projects. MariaDB/MySQL compatible.
You should have the following installed
Fork or clone this repo
git clone https://github.com/d3vkk/matano-orm.git
Add your database connection details in model.php
$db = new Model('host', 'user', 'password', 'database');
Use the functions from matano.php
to CRUD your database records in model.php
To contribute, use this guide
Star this repo for future reference
Open in browser-based Visual Studio Code
Fork or clone this repo
git clone https://github.com/d3vkk/matano-orm.git
© 2020-present Donald K • Under MIT License