agrandesr/tables

There is no license information available for the latest version (0.2) of this package.

Kiss ORM for php.

0.2 2024-03-17 17:50 UTC

This package is auto-updated.

Last update: 2024-06-17 18:45:44 UTC


README

Tables

Tables is an easy library for the quick use of mysql database.

  • On development

.env

Required...

DB_TYPE=
DB_HOST=
DB_USER=
DB_PASS=
DB_DTBS=
DB_PORT=

Required folder with entities definitions

Example...

name[varchar(255)]:null
surname[varchar(255)]:null
what[varchar(255)]:null