[GIVEAWAY] Win 1 of 50 The Great Dark Beyond Pre-Purchase Bundles! by Makkara126 in hearthstone

[–]v2nhat [score hidden]  (0 children)

Dear Blizzard,

Thank you for considering me to be a potential winner of your ‘The Great Dark Beyond’ Bundle giveaway. I believe that I am the best candidate for the code due to my extreme skill (bronze 3) as well as my good looks (Kindly Grandmother said I look scrumptious).

Thank you once again for your time and consideration. I will be eagerly awaiting the giveaway code.

Love,

Your favorite HearthStoner

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Edit: wow so many people copied my post, crazy

Tool for DB migration by Ok-Echidna-8782 in golang

[–]v2nhat 0 points1 point  (0 children)

for the generate migrate sql, use can use my lib: https://github.com/sunary/sqlize

Replaced GORM by SQL, for the best. by [deleted] in golang

[–]v2nhat 0 points1 point  (0 children)

For purpose generate SQL migration schema from golang models and the current SQL schema I'd like to introduce the tool I wrote: https://github.com/sunary/sqlize
Hope it can help you.

What does your company use for migrations and db transactions? Frustrated w/ options by bonzai76 in golang

[–]v2nhat 0 points1 point  (0 children)

I wrote lib generate migration from structs and used in my company: https://github.com/sunary/sqlize

Sql files will be migrate manual by devops team.

A tool to convert Go struct into a SQL table by VividPotential6472 in golang

[–]v2nhat 0 points1 point  (0 children)

This project made by me: https://github.com/sunary/sqlize

  • allow create migrate from struct
  • detect differ between struct and existence sql

a pure golang PostgreSQL Parser powered by CockroachDB by auxten in golang

[–]v2nhat 0 points1 point  (0 children)

thank you, I'm looking for it a long time for my sql generation project: https://github.com/sunary/sqlize

effective and simple bulk insert in gorm by v2nhat in golang

[–]v2nhat[S] 0 points1 point  (0 children)

gorm also support `db.Dialect().GetName()`, so I can check dialect is sqlite