TinyWebDB1 - how to read all database?

hi,

TinyWebDB1 - how to read all database? table tag and value.
if i wrote tag name, it is OK, but only 1 index - record.

data

Oops was for tinydb

Tinydb work only local, :frowning:

you might want to use this

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

2 Likes

The only way to do it with some planning (and a tinydb).

Everytime you save a tag to tinywebdb, save that tag to a list in tinydb.

When you want to get all tags from tinywebdb, use the taglist you have saved in tinydb to iterate over it and call back all the tags and values

1 Like

Like Tim mentioned, Save a mirror of your data to Tinydb, then when you need the data iterate threw it.

Something like:

tgblocks