TinyDB – Useful Resources The following resources contain additional information on TinyDB. Please use them to get more in-depth knowledge on this. Useful Video Courses 22 Lectures 1.5 hours 81 Lectures 9.5 hours 49 Lectures 4 hours 81 Lectures 8.5 hours Best Seller 93 Lectures 6.5 hours 80 Lectures 12 hours Khóa học lập trình […]
Category Archives: tinydb
TinyDB – Discussion TinyDB is a lightweight database to operate various formats of the document. It is an easy and hustles free database to handle data of several applications. TinyDB is based on python code and supports clean API. This database does not need any coding language. It handles small projects without any configurations. Generally, […]
TinyDB – Modifying the Data We have already discussed the update query with the help of which we can modify the values as well as handle the data in our database. But the update query such as db.update(fields, query) allows us to update a document by adding or overwriting its values. But sometimes, we would […]