Skip to content

Releases: J0113/ODB

v1.2.1

Choose a tag to compare

@J0113 J0113 released this 29 Mar 13:43
Bugfix nullable data

Sql query support and table generation

Choose a tag to compare

@J0113 J0113 released this 16 Mar 15:57
  • 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

Choose a tag to compare

@J0113 J0113 released this 01 Mar 18:51

Added support for objects and arrays in models with serializing, when serializing only the ID will get stored so updates in the stored objects work as aspected.

V1.0

Choose a tag to compare

@J0113 J0113 released this 21 Feb 19:15
4445e49
  • With documentation
  • Fixed namespace

First release

First release Pre-release
Pre-release

Choose a tag to compare

@J0113 J0113 released this 19 Feb 20:44
b13cc54

First fully working DB, only PDO with MySQL has been implemented so far. Documentation needs to be written and it needs lots more testing.