luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[CCO] Implement database operations #103

Closed luka-j closed 1 year ago

luka-j commented 1 year ago

Implement reading, writing and deleting from a database. Datasource should contain connection info, and caller should specify (qualified) table name. Feel free to introduce common-sense restrictions (e.g. fixed table schema).