We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following is based on my gofed apcore example installation experience.
Some suggestions and observations (for separate issues):
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
.sql
./example init-db
Regarding the postgres.go code:
For my understanding of working with apcore I'd need examples of how to:
The text was updated successfully, but these errors were encountered:
Thanks for these suggestions!
Sorry, something went wrong.
No branches or pull requests
The following is based on my gofed apcore example installation experience.
Database installation
Some suggestions and observations (for separate issues):
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
.sql
installation script of the actions that were performed on the DB../example init-db
fails, unless recreating the DB.Regarding the postgres.go code:
Database extensions / migrations
For my understanding of working with apcore I'd need examples of how to:
The text was updated successfully, but these errors were encountered: