management-supabase
v1.2.4
Published
Management of Supabase easy
Downloads
20
Readme
Version : 1.2.0
In this version change method to get data from database, and add new methods and filters.
Database for data management in Supabase
Installing
Execute the following command in your terminal to install the package:
npm i management-supabase or npm install management-supabase
Usage
To use the package, import the operation you want to perform.
Avaible Functions
GetData()
InsertData()
Params:
table receive name from you table in your database
values receive a object values from your table
EXAMPLE: {id: 4, name: 'myname' ...}
import GetData in your proyect are avaible all data from database
