kravcik / core
This package is abandoned and no longer maintained.
The author suggests using the modul-is/orm package instead.
Basic core for projects
v2.0.2
2019-12-16 20:00 UTC
Requires
- php: >=7.1
- nette/database: ^2.4
- nette/utils: ^2.4
- uestla/yetorm: ^10
Requires (Dev)
- nette/tester: *
- tracy/tracy: *
README
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