aacanakin | 6 years ago | on: PHP in 2019
aacanakin's comments
aacanakin | 10 years ago | on: Qb: Database toolkit for Go
Feedbacks & Contributions are welcome about the builder.
aacanakin | 10 years ago | on: Qb: Database toolkit for Go
aacanakin | 10 years ago | on: Qb: Database toolkit for Go
aacanakin | 10 years ago | on: Qb: Database toolkit for Go
There are also some missing features qb doesn't have and gorm has. For instance, you can define relationships in gorm while in qb, you can only define foreign keys using `qb:"constraints:ref(col, table)"`.
Moreover, I am not entirely sure but I don't think enforcing types is possible in gorm. In qb, consider this struct;
type User struct { id string `qb:"type:uuid; constraints:primary_key"` }
qb understands this as a uuid type although it has string definitions. These are the main reasons why I created qb.
The relationship feature is not clear in my mind. I'd like to have feedback on relationships.
aacanakin | 10 years ago | on: Qb: Database toolkit for Go
aacanakin | 10 years ago | on: Go 1.6 is Released
aacanakin | 10 years ago | on: Six years of Go
aacanakin | 10 years ago | on: A material design hacker news client for android
aacanakin | 12 years ago | on: Twitter is blocked in Turkey
It's 2019 guys. Please.