-
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
-
-
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…
-
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…
-
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…
-
-
I'd like to see **Postgres version** as part of 'Collect info about your database' view.
We were thinking of adding Postgres docs to feed into RAG context, then we could pinpoint advice based on thi…