Selected Tags
Click on a tag to remove itMore Tags
Click on a tag to add it and filter downPostgresql packages
Showing projects tagged as Go, Golang, and Postgresql
-
Basic Query Builder
4.6 4.2 GoBQB is a lightweight and easy to use query builder that works with sqlite, mysql, mariadb, postgres, and others. -
Example of testing Go code with Postgres
1.6 7.2 GoThe example suggests a solution to the problem of cleaning the database after running tests and the problem of running tests in parallel. It also shows how to organize integration testing of Go code with Postgres.