Skip to content

Releases: unity26org/wheel

Support For Mysql Database

25 Jul 13:56
b825dd6
Compare
Choose a tag to compare

Wheel supports Postgres and Mysql databases. Now you can choose which database vendor to use in yours projects.

New parser for args in command line

05 Jul 12:59
6b7c530
Compare
Choose a tag to compare

We are moving from package flag (go native) to sargo (github.com/adilsonchacon/sargo) because it is more helpful, easier, simpler and fancier.

Bug fix on JSON encode

30 Jun 01:00
82a2d56
Compare
Choose a tag to compare

Input JSON now is parsed by native Golang package.

Bug fix on Creating new Handler With DateTime Attribute

20 Jun 15:36
d0c77b0
Compare
Choose a tag to compare

When generate a new handler with a datetime attribute, the handler was not importing "time" package. Fixed!

Bug fix on Search Engine

20 Jun 14:58
4937e84
Compare
Choose a tag to compare

There were a problem passing the table information as function params. Fixed!

IDs and relationships IDs now are uint64 type

20 Jun 14:41
7cf16a3
Compare
Choose a tag to compare

All generated tables by Wheel the column ID and its relationships will be "uint64" type and "bigint" on Postgresql.

New Database Schema Migration

20 Jun 14:34
f87b393
Compare
Choose a tag to compare

This version has a wheel self solution for database schema migration.

At this time, Wheel only supports Postgresql.

go run main.go -mode=migrate