-
**Describe the proposed solution**
I am using the sylius components without an ORM backend. When requiring sylius/core, all the components get required which is nice. The only component that depends …
-
Schema or Schemaless, but handles some validation.
-
How hard is it to make this plugin DB agnostic? Does it have to rely on ActiveRecord?
-
### What version of `drizzle-orm` are you using?
0.35.0
### What version of `drizzle-kit` are you using?
0.26.1
### Describe the Bug
Since updating from 0.34.x to 0.35.0, I'm getting the followin…
-
![Screenshot (682)](https://user-images.githubusercontent.com/55664692/79666436-5a392b00-81d3-11ea-9a3c-891aca81540b.png)
-
1. Сделать выборку записей, у которых есть поле с датой. Например, дата рождения (без времени) и дата создания записи. Причем выборку можно делать как через связь (BelongsTo) так и напрямую из репозит…
-
Error in generating xml with accented fields
ennum 'Chá de Cozinha'
```
CREATE TABLE listas (
id_lista int(11) NOT NULL AUTO_INCREMENT,
fk_cliente int(11) DEFAULT NULL,
titulo char(50) DEFAU…
-
It will be nice to create a room for each models and have a created/updated/deleted event from the ORM.
In order to do this each trailpack-orm should fire an event `orm-model-created` `orm-model-upda…
-
Thread to maintain a list of requirements/good-to-haves for the Frappe Document ORM, DB APIs & the Query Builder(s) [get_list, frappe.qb].
Original Link: https://docs.google.com/document/d/e/2PACX-…
-
When I have a model like:
```
class Foo(orm.core.Entity):
name = orm.PrimaryKey(str)
bar = orm.Set("Bar")
class Bar(orm.core.Entity):
foo = orm.Set(Foo)
```
mypy generates er…