Releases: J0113/ODB
Releases · J0113/ODB
Release list
v1.2.1
Sql query support and table generation
- Note: the sql query does not valide the query, so mistakes are made easily. But if you want to convert to a query to models without the query builder you can use this.
- Database generation uses reflection to generate a table from a model (useful for an import/export of a database).
- createTable uses this table generation to run in to the database
v1.1
V1.0
First release
First fully working DB, only PDO with MySQL has been implemented so far. Documentation needs to be written and it needs lots more testing.