Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 330 Bytes

Core ORM

Simple fork of https://github.com/uestla/YetORM.

MySQL driver

Disable creating DateTime object from date and datetime MySQL columns (can be slow).

local.config.neon

database:
    dsn: 'mysql:host=localhost;dbname=kyblik'
    user: root
    password:
    options:
        driverClass: Core\MySQLDriver