Hosting services for the .Net Core Web Application
Schema and tables
Immutability & tamper-proofing?
bool type is missing in web-ui dropdown
Initialiaztion client in python
Unable to log in to prod branch main after using PR based workflow
Error using pg_dump
Ident authentication failed for user "username"
Vector search with filtering.
Pgroll vs ariga/Atlas
Vercel integration is not setting the XATA_BRANCH
pgroll with pg-enabled db
pgroll init --postgres-url postgres://user:password@host:port/dbname
pgroll init --postgres-url postgres://user:password@host:port/dbname
Failed to initialize pgroll: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Error: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Failed to initialize pgroll: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Error: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Issues connecting to the database
``
Error: P1001: Can't reach database server at
us-east-1.sql.xata.sh:5432`
...how to show all results in react app?
xata raises error if `RESET ALL;` is called
asyncpg
and a connection pool.
Root cause:
When a connection is released back into the pool, the RESET ALL;
is executed and xata raises a setting "" is not allowed
error.
...Is it possible to restrict api key to specific branch only?
main
branch that I can have in vercel prod env for example, and 2nd api key, that can be used for all branches, except main
? So while trying to push changes, query etc. from main
I will get the error?Using prisma to create a new record with a file column
Custom env variable names
VITE_
. The plugin only detects variables with this prefix. How can I configure the xata SDK and CLI to use the env variables VITE_XATA_BRANCH
and VITE_XATA_API_KEY
?schema migration to add link between users and projects tables.
Cannot destructure property 'id' of 'raw' as it is null (following the Astro tut)