80O

Results 44 issues of 80O

It'd be great to have additional Memory and Span support. For example SendBinary(Memory)

Using `connection.QueryAsync("SELECT name, id FROM users")` will not yield any results when being mocked. The only way to mock this is to wrap the tuple in a class eg: ```...

Couple refactoring examples I would like to share for new people to get started. Its important to note that your changes & PRs stay small so they're easy to merge...

The `IStartable` interface should be used to load data, for example from the database. Making this async speeds up the emulator during startup.

bug
good first issue
code quality

The current database query mechanism feels bloated. By using dapper we can simplify querying objects from the database. Dapper is simple enough to replace older queries. https://www.learndapper.com/ Generally there are...

good first issue
code quality

missing game feature

missing game feature

missing game feature