-
On Ubuntu 22, following the install instructions I encounter the following issue:
```
$ supabase start
Applying migration 20240108234540_setup.sql...
unexpected EOF
At statement 0: -- Enable HT…
-
If you have a migration 0001 with this:
```
export async function up(db: Kysely): Promise {
await db.schema.createType("some_enum").asEnum(["value_1", "value_2"]).execute();
}
```
and a mi…
-
### Describe what you want
I have been experimenting with using Drizzle to interact with an SQLite database running in the browser with WebAssembly for local-first apps. For querying in the browser…
-
**Describe the bug**
The server pod is running without any issues, there's no errors on the logs as to make it that anything failed. However, the login functionality is not working even when using th…
-
### Bug description
I need to create a database and enable SQL Server Replication, which needs a GUID column defined as **UNIQUEIDENTIFIER ROWGUIDCOL**, currently, the only way i found to do so is …
-
**Is your feature request related to a problem? Please describe.**
I am considering using `golang-migrate` for incremental database migrations.
One key requirement is the ability to export the f…
-
### Describe what you want
Hi, I want to use PostGIS but I cant find any way to add `CREATE EXTENSION IF NOT EXISTS postgis;` to the migrations files automatically. The ideal solution would be to som…
-
**Describe the bug**
The functions installed by Ash generate these warnings when used with a Supabase DB.
(I naively assume these warnings have some merit if included with a large project like Supa…
-
Caqti currently provides a variant of the query parser `angstrom_list_parser` which can be used to split up a schema file into individual statements, which can be committed. However, since Caqti does…
-
**OS**
Your OS:Linux
**Versions**
The `db-sync` version (eg `cardano-db-sync --version`):cardano-db-sync 13.1.0.0 - linux-x86_64 - ghc-8.10
PostgreSQL version:psql (PostgreSQL) 15.2 (Ubuntu 15.2…