vapor-community / postgresql

Robust PostgreSQL interface for Swift
MIT License
131 stars 33 forks source link

commit 3c24375 changed test database name #65

Closed mlilback closed 6 years ago

mlilback commented 6 years ago

3c24375 changed the test database name from "test" to "postgres". The warning message still says you need to have "test" available, not postgres.

I also think this is a negative because unit tests should be in their own database and not have a potential to conflict with relations already in the postgres database.