sqlx-ts icon indicating copy to clipboard operation
sqlx-ts copied to clipboard

support custom db url parameter that does not respect the format : <db-type>...://<db-host>:<db-port>

Open ahmdssi opened this issue 1 year ago • 0 comments

Could not run sqlx-ts when using an H2 database with the url: jdbc:h2:tcp://localhost:9090/mem:dev;MODE=PostgreSQL

ahmdssi avatar Sep 24 '24 16:09 ahmdssi