Skip to content

v0.1.0

Compare
Choose a tag to compare
@rytswd rytswd released this 17 Jul 22:20
· 6 commits to main since this release
fde463d

surrealtest v0.1.0 - 17th Jul, 2023

🎉 First Release of surrealtest

  • surrealtest.NewSurrealDB(t testing.TB) - creates a new SurrealDB Docker instance. Each call will create a new instance, and use different port, which allows parallel run of test cases.
  • surrealtest.Prepare(t testing.TB, schema string) - allows creating tables, fields, and any arbitrary SurrealQL statements including namespace and database definitions