Alexis Rico
Alexis Rico
We can probably reuse @xata.io/pgroll with a /utils module export
En variable already exists and works, codegen is the only place where we would want to remove it
Hey @janpio! We indeed want to move our adapter to prisma-engines, I actually took a heavy inspiration from the existing ones when building the first version. We are currently working...
We are working to offer full postgres compatibility, including transactions in the near future. We will even expose a TCP wire protocol connection string and likely have two adapters HTTP...
- [x] Save database url in project config file - [x] Instead of failing if no database url found, inquiry user with his available workspaces and databases. If user is...
I will look at it! Thanks @sgirones
Since latest minor version we have the ability to rebuild `xata.ts` file keeping changes inside. It lacks some tests and an override flag so for now it's disabled by default,...
For reference, this was brought during the PR review too a month ago: https://github.com/xataio/client-ts/pull/248#discussion_r883660644 We can maybe discuss it in tomorrow's sync. I understand both sides, not sure which I...
Also faced this in one of my tests: ``` CREATE TABLE IF NOT EXISTS "users_to_groups" ( "id" serial PRIMARY KEY NOT NULL, "user_id" integer NOT NULL, "group_id" integer NOT NULL,...
@andrew-farries Updated with main and applied the changes to make CI checks pass