Does anyone have any examples of using <OneTable> ...
# help
t
Does anyone have any examples of using OneTable together with SST?
t
I trialed out OneTable but switched to ElectroDB recently - much better esp with TS
t
Ok! Do you have any example repo ?
a
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
Think I have figured it out, electrodb seems to be really nice to work with.