articles icon indicating copy to clipboard operation
articles copied to clipboard

QOR Admin Tutorial

Open depado opened this issue 6 years ago • 9 comments

This is the comment issue for the QOR Admin Tutorial article.

depado avatar Feb 22 '19 13:02 depado

Hi @Depado , it is nice to have qor admin tutorial. Could you please update it to support MySQL database as well?

wahyuway avatar Aug 13 '19 23:08 wahyuway

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.

depado avatar Aug 19 '19 09:08 depado

Thanks a lot, exactly what I was looking for :)

CristhianGarzon avatar Sep 22 '19 11:09 CristhianGarzon

Thanks a lot, exactly what I was looking for :)

You're welcome :smile:

depado avatar Sep 23 '19 08:09 depado

Thanks a lot! Btw, theres a typo in "go build -tags 'bindatags'".

jonasmorthorst avatar Mar 05 '20 08:03 jonasmorthorst

Thank you @jonasmorthorst the typo has been fixed :+1:

depado avatar Mar 05 '20 14:03 depado

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!

catexis avatar Oct 14 '20 18:10 catexis

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)

depado avatar Oct 19 '20 12:10 depado

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.

catexis avatar Oct 19 '20 13:10 catexis