Surreal-Net / Surreal.Net

Database driver for SurrealDB available for REST and RPC sessions.
Apache License 2.0
57 stars 7 forks source link

Added command to docker-compose file to start the db #5

Closed StephenGilboy closed 2 years ago

StephenGilboy commented 2 years ago

Feel free to close this if you feel it isn't necessary.

I wasn't sure if there was a reason to leave the command off of the docker-compose file. Since it's in the test directory I figured it would be better to be able to just docker-compose up -d and docker-compose down without having to add any run parameters in the cli.

I started looking at the DatabaseTests and found an exception being thrown which was fixed by changing the property in the Models.cs file. I'll keep going on the rest of em.