You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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