Releases Tags
-
v1.2.1 Stable
released this 6 years ago | 50 commits to master since this release
Changes:
- Fixed ResolveByPrimaryKey - queryExecutor to be able to return multiple rows (via List)
Downloads
-
v1.2 Stable
released this 6 years ago | 52 commits to master since this release
Changes: - Renamed all plural-methods to singular [Example: SelectByPrimaryKeys - SelectByPrimaryKey] - Added ClassAction - FillObject (Fill DbObjects with data) - ResolveByPrimaryKey (Generate Select-Query, Send via Func and fill object)
Downloads
-
v1.1 Stable
released this 6 years ago | 59 commits to master since this release
Basic database-attribute-system:
Changed:
- QueryBuilder-Functions now only accept a classObject - all data comes from them
Added:
- QueryBuilder.UpdateByPrimaryKeys
- QueryBilder.DeleteByPrimaryKeys
Downloads
-
v1.0 Pre-Release
released this 6 years ago | 61 commits to master since this release
Basic database-attribute-system:
- Querybuilder
- General query-building with escaping and serialising
- Build select by primary key/s
- Attributes to mark classes and properties
- DbObject with (optional) tableName
- DbAttribute with (optional) attributeName
- DbPrimaryKey with (optional) attributeName
- DbForeignKey with referenceClass and (optional) attributeName
Downloads
- Querybuilder