sql_query_builder 1.0.6
sql_query_builder: ^1.0.6 copied to clipboard
PostgresSQL query builder, Support Model, Where, orWhere, Find, Join, softDeletes, Debugging and many mores.
1.0.6 #
- Added discord community link
1.0.5 #
- Added self documentation
1.0.4 #
- Added package description
1.0.3 #
- Rename examples file
1.0.2 #
- Rename examples file
1.0.1 #
- Added examples and update readme
1.0.0 #
- Release stable version
v1.0.0
1.0.0-alpha.6 #
- Added
debug()
option on model - Added
toSql
Option - Aded
newQuery
attribute on model
1.0.0-alpha.5 #
- Bug fixed on model save
- Add Docs for custom query builder without using model
1.0.0-alpha.4 #
- Update readme with links to query
1.0.0-alpha.3 #
- Auto save created_at and updated_at column
- Add support softDeletes
- Add support withTrash
- Add support forceDelete
1.0.0-alpha.2 #
- Added update function
- Support Model
- Support Type return
1.0.0-alpha.1 #
- Bug fixed on insert
1.0.0-alpha #
- Initial version