Ariel Mashraki
Ariel Mashraki
Can you elaborate with some Ent/SQL examples?
As @giautm mentioned above, we actually use a schema/database-per-tenant approach, but separate an ent.Client per tenant. See: https://github.com/ent/ent/pull/3485#issuecomment-1840208144 We will try to release an architecture blogpost and might also OSS...
No, see @giautm’s explanation; > When the request hit to application, it has a HTTP header that let the application know which tenant it need to working on. So, it...
[Atlas](https://atlasgo.io/) supports it, but Ent does not support it yet. It should be added to Ent, and suggestions for API are welcome.
Hey @chaosue! Any update on this PR?
After a discussion with Cheng on Discord, we think the configuration can be simplified by providing a single annotation in the `entsql` package to indicate that columns' comments should also...
Reading your comment in #3255, this sounds like a good alternative: > Hi @agratta-silo, I have [create an PR to solve this issue](https://github.com/ent/ent/pull/3275), I would like to also note that...
The "JSON type predicates support" is part of our roadmap (see #46). We didn't come up with the design yet, and I'll be happy to start the discussion/design about it...
Can you add an "example_test" file? I want to see a usage example. update: never mind, I see examples in the tests.
Hey @cjorba, Thanks for taking the time to open this issue, and sorry for the delay. I was a bit busy lately. The commit message is a bit poor (I...