A Minimal API project example to validate and demonstrate the use of SurrealDb.MinimalApis.Extensions.
First, start a new SurrealDB local instance:
surreal start --log debug --user root --pass root memory --allow-guestsThen make sure your SurrealDB server is running on 127.0.0.1:8000 and run your app from the command line with:
dotnet runThis will open a Swagger UI accessible at https://localhost:7102/swagger.