-
Update Postgres in the bake configuration:
https://github.com/cloudnative-pg/postgres-containers/blob/1a8f19fd7691f5c74f085e10fd3d4b571ace5bb8/docker-bake.hcl#L29-L34
-
I have a question about GeometryField.I found that the document was imported from mysql
from tortoise.contrib.mysql.fields import GeometryField
I want to use it in postgres. Is it feasible
-
postgres:latest
-
Could optional postgres support be added? That way i could host the data on NFS
-
-
Hi!
Postgres implementation of Drift does not seem to support views.
Upon creating any view, which works for the default sqlite implementation of Drift, Postgres would fail with this error:
```
ERR…
-
Tried to update bitcart docker to the latest using the update.sh script,
`INFO [alembic.runtime.migration] Running upgrade 7a7d61641dd2 -> 818bb0f07e9b, Refactor email
INFO [alembic.runtime.migrat…
-
We have to extend the Postgres table around campaigns ([schema](https://github.com/OpenSourceFellows/amplify_server/discussions/4)) to include all of the new data types coming from notion and the APIs…
-
Leverage [Postgres JSONB indexing](https://www.postgresql.org/docs/current/datatype-json.html#JSON-INDEXING) instead of [sinopia_indexing_pipeline](https://github.com/LD4P/sinopia_indexing_pipeline) w…
-
## Problem Description
Currently, Agno's PostgreSQL storage solutions primarily offer synchronous operations. When integrating Agno agents and their session management into asynchronous Python framewo…