Skip to content

sguzwf/pgxdata

 
 

Repository files navigation

pgx-crud

Testing

Create a test database and populate it with the test schema.

createdb pgxdata
psql pgxdata -f test/structure.sql

Set PG* envvars when running tests to pass connection information to tests.

PGHOST=/var/run/postgresql PGDATABASE=pgxdata rake

Regenerate the test app in test/data as needed (probably need to automate this).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.6%
  • Ruby 1.4%
  • HTML 1.0%