as english is not my first language , i'll try to explain , what the problem is
i'm a bloody Beginner , but managed to get a value from an Input Field and store it in TinyDB
(learning by doing )
First of all , i want to store the Actual Time & Date in TinyDB with the Value inputed.
(in my case , the word CAR1 will be written in the Tag "Spedition" and stored in the Database)
Now , i want to have time an date added to the Value "CAR1"
(Output should look like this : Car 1 entered our premises @time and date)
Well , next problem appears : There'll be much more than 1 Car entering.....
Is there a chance to store more than 1 entry within the "Spedition" Database ?
Later on , i wanna try to add a search option , where i maybe can enter the Date as Search Criteria.....
TinyDB is usefull to store simple data, your example shows me, that you like to store more complex data and also like to search/filter that data later...