Does anyone have any examples of using OneTable together with SST?
t
thdxr
05/16/2022, 12:42 PM
I trialed out OneTable but switched to ElectroDB recently - much better esp with TS
t
Tobias T
05/16/2022, 12:44 PM
Ok! Do you have any example repo ?
a
Albert
05/16/2022, 12:56 PM
I do not have examples but you just match the schema json object from one-table with the table construct props and use it in your handlers (or services) whenever you need to interact with the db in the business logic.
t
Tobias T
05/16/2022, 12:58 PM
Think I have figured it out, electrodb seems to be really nice to work with.