-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesttavern_serverThis issue or pull request relates to the tavern server binaryThis issue or pull request relates to the tavern server binary
Description
This will be implemented using a trait or set of traits in tavern_server to prevent coupling Tavern's requirements to the generic-use library. The functions will take a (mutable?) reference to a database connection or connection pool and perform the intended operation. Any errors should be returned via the Result type, using the custom error type.
All operations on all types should also be unit tested, as must as possible using a database connection. These tests may need to be implemented as integration tests instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttavern_serverThis issue or pull request relates to the tavern server binaryThis issue or pull request relates to the tavern server binary