surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Use test containers #22

Closed eharrow closed 1 year ago

eharrow commented 1 year ago

This PR replaces the hardcoded local references to a local running surrealDB instance.

See https://www.testcontainers.org for more information about test containers.

If you monitor your docker daemon while the tests run you'll see it spin up surrealdb for a few seconds before removing it.