oatpp-postgresql icon indicating copy to clipboard operation
oatpp-postgresql copied to clipboard

PostgreSQL adapter for oatpp ORM.

Results 19 oatpp-postgresql issues
Sort by recently updated
recently updated
newest added

I have a ENUM type as string, when I tried to insert it int to DB. Pg report an error "ERROR: invalid byte sequence for encoding "UTF8": 0x00" It seems...

Hi, i have an endpoint that calls the bellow function, if a don't use the mutex, the service stops, all subsequent calls to the database freezes (the rest works). If...

Curious if there are any plans for large object support? Normally I'd just store in the filesystem with a checksum in the DB but I have a need for the...

enhancement

Fix cmake can't detect postgresql library on windows with set the latest version and add visual studio ide conf files into gitignore.

I can't find the timestamp type, use the Uint64 type, but it dosen't wok,time value is wrong.

Hi folks, Thank you so much for providing and maintaining this repository. I started building this oatpp module and got stuck at this place. ``` mkdir tmp && cd tmp...

Added support of bytea PostgreSQL type to ByteArray mapped oatpp type

I am really interested in the support for BYTEA datatype in Postgresql. Any plans for supporting that? Would like to help if I can.

Hey there. Providing support for JSON and JSONB columns would be really helpful. For the ORM I would propose to be able to Map to DTOs, similar as in the...