-
We are using AlloyDB, which has a database like the auto-excluded `cloudsqladmin`, but called `alloydbadmin` (there's also an `alloydbmetadata` DB).
We have this config:
```yaml
collect_bloat_metric…
-
### Issue description
currently TypeORM puts database/schema name when `migration:generate`, and expects to match when comparing schema with current DB status, but these are depends to environment (e…
-
### Describe what you want
drizzle-kit="0.21.2", drizzle-orm="0.30.10", postgres.js="3.4.4"
When I generate first migration, the migration file contains:
```sql
CREATE SCHEMA "my_shema_name";
`…
-
Hello,
I have used files and scripts to setup AdventureWorks for postgres localy but when i run **psql -U postgres -d Adventureworks < D:/pgadmin/AdventureWorks-for-Postgres-master/install.sql** it c…
-
I am trying to run SpiceDB in my local. After `docker compose -f datastor/postgres.yml` up when I am trying to connect using zed, getting error. It seems like zed is forcing TLS. Also there is nothin…
gmtek updated
2 months ago
-
When PostgreSQL DB chosen, `public` schema is used instead of `ambari` schema.
This is not a problem until you want to upgrade the cluster.
When I tried to upgrade my cluster (installed with that …
-
Hi,
I'm encountering an issue while trying to deploy my Next.js API routes using the `postgres` package with Drizzle ORM on Cloudflare Workers. Everything works fine locally, but when I set `export…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I had searched in the [issues…
-
# Bug report
## Describe the bug
I have a basic server set up (similar to https://github.com/supabase-community/pg-gateway?tab=readme-ov-file#pglite), and I'm trying to use Atlas to migrate the sc…
-
### Link to reproduction
_No response_
### Describe the Bug
I am working on a project that requires the ability to use different schemas within the DB.
I have managed to setup targeting a …