Re: [go-nuts] ent: an entity framework for Go

2019-10-03 Thread Ariel Mashraki
Yes. PostgreSQL support will be added soon. You can track its progress in our roadmap to v1 - https://github.com/facebookincubator/ent/issues/46 On Thursday, October 3, 2019 at 7:52:01 PM UTC+3, Marcin Romaszewicz wrote: > > That looks very nice, congrats! I like that it's simple and doesn't try

Re: [go-nuts] ent: an entity framework for Go

2019-10-03 Thread Marcin Romaszewicz
That looks very nice, congrats! I like that it's simple and doesn't try to solve every problem, just simple relationships, so you can solve most of your simple DB schema needs (and most DB usage is quite simple in most services). Do you have any plans to add a Postgres driver? -- Marcin On Thu,

[go-nuts] ent: an entity framework for Go

2019-10-03 Thread Noam Schachter
Hi gophers, My team at Facebook Connectivity has just open-sourced a new ORM for Go and would love your feedback about it. GitHub repo at: https://github.com/facebookincubator/ent Story behind it in our blog post: https://entgo.io/blog/2019/10/03/introducing-ent/ Thanks! Noam -- You received