-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.0
### Describe the Bug
I'm writing tests and mocking postgres driver to pglite (yes, …
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
Running `drizzle-kit push` after `drizzle-kit intros…
-
Extend each tap to allow storing data extracted from a tap (without schema information) to internal storage.
```yaml
id: postgres_to_ion
namespace: dev
tasks:
- id: extract
type: io.…
-
`db.py` will identify all tables across all tables, but can't query them because it only tries to access the unqualified table, without the schema prepended.
For example, if I have a schema `s` and a…
-
Original Issue in [Slack Thread](https://meltano.slack.com/archives/C01TCRBBJD7/p1698247079999379)
`tap-postgres==v0.0.2`
Performance on discovery is taking about 1 second per table. This is ext…
-
I use a URL like this to open Table Plus on Mac OS:
`open "postgresql://postgres:postgres@127.0.0.1/db"`
The issue is that Postgres uses a `database/schema/table` hierarchy, so Table Plus can on…
-
We need a demo schema that shows how Postgres scalar lists are introspected.
-
I am using a [monorepo setup](https://github.com/sst/monorepo-template/tree/main) with [Drizzle](https://github.com/sst/ion/tree/dev/examples/aws-drizzle), and have encountered a peculiar problem wher…
-
Hello,
I tried to change the migrations table to one using a postgres schema:
``` clojure
{:datastore (jdbc/sql-database (System/getenv "CONN")
{:migrations-table "directory.ragt…
-
Hi Team,
We have migrated our project to Spring Boot 3.2.5. As part of this migration, Spring Batch has also been updated. However, we are noticing that Spring Batch is failing with the driver "com…