integresql icon indicating copy to clipboard operation
integresql copied to clipboard

IntegreSQL manages isolated PostgreSQL databases for your integration tests.

Results 9 integresql issues
Sort by recently updated
recently updated
newest added

README says to do: ```bash go get github.com/allaboutapps/integresql/cmd/server ``` But: ```bash $ http github.com/allaboutapps/integresql/cmd/server --check-status --follow HTTP/1.1 404 Not Found ``` `github.com/allaboutapps/integresql/tree/master/cmd/server` does exist but: ```bash $ go get -v...

Seems like it would be important to have a minimal usage example (e.g. curl + psql in a shell session) as well. via [HN](https://news.ycombinator.com/item?id=26947964)

documentation

Hey guys, this isn't actually an issue with IntegreSQL - i'm trying to demo IntegreSQL to replace our test DB provider in a Java project, to start out i'm using...

documentation
good first issue

Automatically cleanup `x` previous template databases and it's test databases after a new template database was requested, without manually invoking the `DELETE /templates` endpoint. Enable this handling via the env...

enhancement

WIP, deps upgrade, do not merge yet. TODO: - [x] Golang 1.15.x - [x] adapted `Makefile` / devcontainer / docker-compose setup from https://github.com/allaboutapps/go-starter - [x] Drone setup - [ ]...

The documentation says > Marks the test database that it can be wiped early on pool limit overflow (or reused if true is submitted) Which implies the behavior of this...

bug
documentation

Hi, after we upgraded to newest IntegreSQL we noticed tests started failing randomly with error that the DB we try to use doesn't exist. I pinpointed the issue to query...

It seems like there's an issue with some of the mermaid diagrams in the project's readme file. On chrome (version 124.0.6367.208 arm64): ```` Unable to render rich display Failed to...