Skip to content

Commit

Permalink
Made testing PostgreSQL actually work and fixed the PostgreSQL implem…
Browse files Browse the repository at this point in the history
…entation.
  • Loading branch information
DevReaper0 committed Oct 24, 2024
1 parent e52048a commit 2a3a423
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 116 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Dependencies:
To run all tests, run `make test`.
If you don't have every supported database type installed, you can skip database tests by setting the following environment variables:
- `SKIP_SQLITE_TESTS`
- `SKIP_POSTGRES_TESTS`
- `SKIP_POSTGRESQL_TESTS`

## Roadmap

Expand Down
Loading

0 comments on commit 2a3a423

Please sign in to comment.