Installation

embedded-postgres uses Go modules. To add it to your project, run the following command:

go get -u github.com/fergusstrange/embedded-postgres

This will add the library as a dependency to your go.mod file. You can then import it in your Go code:

import "github.com/fergusstrange/embedded-postgres"