Last updated 10 months ago
Instantiate connection to Deskree table to manage the data.
const productsTable = await client.database().from('products')
get()
getByUID()
create()
update()
delete()
table
string
Name of Deskree table to instantiate connection with