articles
articles copied to clipboard
QOR Admin Tutorial
This is the comment issue for the QOR Admin Tutorial article.
Hi @Depado , it is nice to have qor admin tutorial. Could you please update it to support MySQL database as well?
Hey @wahyuway thanks for your feedback. The only thing that would change regarding the database would be the database setup part. Otherwise, Gorm knows how to speak to both PostgreSQL and MySQL. You can refer to my other post about Gorm for tips and tricks.
Thanks a lot, exactly what I was looking for :)
Thanks a lot, exactly what I was looking for :)
You're welcome :smile:
Thanks a lot! Btw, theres a typo in "go build -tags 'bindatags'".
Thank you @jonasmorthorst the typo has been fixed :+1:
Simply import the
migrate
package
Can you type full name \ path of package? This is not github.com/golang-migrate/migrate
, there is no migrate.Start
there.
I was stop at Adding Resource
. I'm trying to reproduce some working code, but it not working. Please, check your article!
Hello @catexis
Please refer to the code mentioned in the post. migrate
is a custom package that uses gormigrate. Find the code here.
Also please note that this post is almost 2 years old now, so keep in mind some things might be outdated by now. (Sorry for the response delay)
Please refer to the code mentioned in the post.
migrate
is a custom package that uses gormigrate. Find the code here.Also please note that this post is almost 2 years old now, so keep in mind some things might be outdated by now. (Sorry for the response delay)
No problem. qor
is very strange project. Example on main page of github does not compile, very less of documentation and it is not simple for customization. Thanks for link and article.