Surya Asriadie

Results 101 comments of Surya Asriadie

Hi all, I have an update for this issue, POC version of schema migration is almost done, and you can find the example usage here: https://github.com/Fs02/go-todo-backend/pull/6 let me know what...

You can use the migration functionality independently 😄

did you mean `package`/`repo` of your project? You can specify migration programmatically even in the same project: https://github.com/Fs02/rel/blob/master/adapter/specs/migration.go I personally prefer to put my migration into separate package that's not...

My first plan is actually to have a separated package for this. but I decided to merge the ddl for the following reason: - having `rel` as package name for...

What tool/library they use to manage db migration when they are using sqlx?

> User can implement own repository and register than in entity manager what do you mean by this? do you mean `rel.EntityRepository` is something that need to be implemented by...

Great, Thank you Hope you always safe and the situation can get better soon 🙏

@qRoC thanks for the suggestion! I actually I'm not aware of this and never seen it used in other orm or programming language so far. and from your example, `IS...

Thanks for your research 👍 this proposal looks good to me, let me know if you want to work on this 😄

Currently, the only possible way to do this is by using Fragment in the query This could be a nice addition, maybe we need to think REL API (how to...