-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to be added or enhanced
Golang migrate is a popular library for running migrations against a variety of databases, including postgres.
Despite recent work on improving postgres compatibility, attempting to use the migrate tool with immudb currently fails with the following error:
$ migrate -database "postgres://immudb:immudb@localhost:5432/defaultdb?sslmode=disable" -path migrations up
error: failed to open database: pq: illegal arguments: unknown function current_schema in line 0: SELECT CURRENT_SCHEMA()Why is this needed
Targetting the postgres features needed for the migrate tool would enable immudb users to use migrate to manage schema evolution.
alin-a
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request