DSLR icon indicating copy to clipboard operation
DSLR copied to clipboard

Take lightning fast snapshots of your local Postgres databases.

Results 12 DSLR issues
Sort by recently updated
recently updated
newest added

I suspect this is more or less the same use case as #20 but slightly different. If I have a database `foo` set up in DSLR and I run `dslr...

This update adds support for percent-encoded userinfo (ie. usernames and passwords with special characters). Examples: - `abc!$%^&:@123` as password - `[email protected]` as username This is done by percent-decoding username and...

Rich 13 dropped Python 3.6 support. DLSR supports Python 3.7 onwards so hopefully this is an easy transition. Ref DSLR dependencies: https://github.com/mixxorz/DSLR/blob/4879ea6ca70686faa93c65f7751bb01dc0a91ebc/pyproject.toml#L25C1-L25C17.

This one adds psycopg3 support: - solved with `try: ... except ImportError: ...` - added tox envs for psycopg3 Misc: - pre-commit: fix flake8 URL and isort version (5.10.1 causes...

I've just started work on a project using `psycopg` 3.1 and noticed that DSLR doesn't yet support that. As a workaround I've just installed `psycopg2` alongside, but it'd be good...

I have a few different local databases for different services I work on, and I use DSLR with all of them. Right now, the list of snapshots is global, and...

This is a fantastic tool and it would be great if it can support ssh .

Database name is empty if database url is not defined. Fixes #14

I'm getting the following error when trying to create a snapshot: ``` Failed to create snapshot server closed the connection unexpectedly This probably means the server terminated abnormally before or...