Constantine Molchanov

Results 84 comments of Constantine Molchanov

Oh, you mean one to many relations represented? I thought about it but decided to keep models close to table schemas, so you define one to many with foreign keys...

Nvm, I think I understand your proposal well enough now, my comment suggests a totally different story.

Unlikely. Because I don't have a clear understanding how to represent seqs in SQL. Serializing and deserializing them sounds very expensive. And what if it's a seq of Model? How...

@ArMour85 thanks for the link. I like Pony a lot and drew some inspiration from it (in fact, you can spot my quote on their website 🙂). They seem to...

Can't you use count proc with a condition to do that? The condition can reference the fk column.

Now I understand what you mean, thanks. I think, in cases like this, when you deliberately decide to do your foreign keys manually, you should just use vanilla SQL to...

What's the point of supporting a Redis data type when Norm doesn't support Redis? 🤔 I can see how we can implement json support for SQLite and Postgres but Redis...

This turned to be trickier than I thought. To support json natively in Postres, we need to introduce converter support in query constuctor.

Thanks for taking the time to report the issue! I'm heavily relying on ndb. On one hand, it has blob type support for SQLite, so it should be trivial to...

Well I'm using my fork in the meantime, until the PR is merged. If it's not though, I'll have to use that fork permanently.