I am using Taffy DB to store the data in my application.
I have inserted data inti Taffy DB like,
var teamList = TAFFY();
teamList.insert(data);
Now I want to check whether the data is inserted into the DB.
Please Advice
I am using Taffy DB to store the data in my application.
I have inserted data inti Taffy DB like,
var teamList = TAFFY();
teamList.insert(data);
Now I want to check whether the data is inserted into the DB.
Please Advice
To view data you need to use Taffy Query
try:
Taffy query returns an array with data.
You can use where in query like this: