-
This issue is to request exporting of the `PgType` enum from the `postgres` module.
I'm struggling a bit with serializing rows from arbitrary queries to JSON. Ideally, [`PgRow`](https://docs.rs/sql…
-
Dear team!
Please look into the quite [serious issue](https://github.com/npgsql/npgsql/issues/4780). Firstly I created that for npgsql but they have checked it and tell that it's the linq2db respo…
-
## Issue Description
With a Postgres backend, having an entity with an enum column that has an explicitly defined `enumName` equal to the one TypeORM would automatically generate results in Typ…
Zakru updated
1 month ago
-
I have a few postgres `ENUMS` mapped with SQLAlchemy's new-style `mapped_column()` using `sqlalchemy.dialects.postgresql.ENUM` type. The generated diagram shows the columns of these types as `VARCHAR`…
-
### What version of `drizzle-orm` are you using?
"^0.35.3"
### What version of `drizzle-kit` are you using?
"^0.26.2"
### Describe the Bug
Hi
In a nextjs app with "drizzle-orm/pg-core"…
-
Current project I am using postgres for the first time.
Having used Mysql Enums in the past, and being a fan of typed data -- I ended up with a postgres style enum. Turns out its not quite so easy t…
-
drizzle-kit: v0.19.12
drizzle-orm: v0.28.2
With the given config file:
```ts
export default {
out: `./src/drizzle`,
schema: `./src/drizzle/schema/*`,
driver: 'pg',
dbCredentials: {…
-
I'm missing support for setting the transaction isolation level. Preferably directly from `Connection#transaction`. It could be an optional enum type argument and the default should be set in the indi…
-
I've just migrated my app to welds and it is pretty neat.
Although it throws me some false-positive errors regarding custom types when doing `welds::check::schema`:
## Decimal type
```
2024-07…
-
Hi! I have a use-case where I want to use enumer to map postgres enums with the `-sql` flag. There may be conflicts in my enums, hence I cannot declare multiple enums in the same package.
Example:
…