mergestat / sqlq

sqlq is a SQL-backed, persistent, job queuing solution.
MIT License
2 stars 0 forks source link

Create background worker tests for db functions #5

Closed ramiroJCB closed 1 year ago

ramiroJCB commented 1 year ago

Implement initial proof-of-concept tests to ensure the validity of the schema and the various core routines, such as enqueue / dequeue, etc.

For the purpose of this ticket, the test need not be automated.