module TestConfig

  # The path to the library

  LIB_PATH = "../lib/sqlpostgres"

  # The name of the database to use for testing.

  TEST_DB_NAME = "sqlpostgres_test"

  # The prefix for temporary database objects.

  TEST_DB_PREFIX = "SQLPOSTGRES_TEST_"

end

# Local Variables:
# tab-width: 2
# ruby-indent-level: 2
# indent-tabs-mode: nil
# End: