obsidiansystems / rhyolite

BSD 3-Clause "New" or "Revised" License
26 stars 17 forks source link

beam: split rhyolite-beam-task-worker into db, types and backend #177

Closed ymeister closed 2 years ago

ymeister commented 2 years ago
  1. Task datatype may be required in common to create a table schema for tasks (conflicts with ghcjs due to postgresql-simple)
  2. Functions in db may have a more general use than just with task workers, thus separated.