TinyDB – Logical Negate Logical Negate works as an inverse logical gate. It will match the documents that don”t match the given query. In simple words, it will display the opposite meaning of the given command. Syntax The syntax of TinyDB Logical Negate is as follows − db.search(~(Query().field) Here, field represents the part of data […]
Category Archives: tinydb
TinyDB – Update Data TinyDB can store data in many formats and we can easily reterive the stored data using various methods. But sometimes, we need to update the data, for which we can use the update() method. For updating the database, we first need to create an instance of the Query class. You can […]
TinyDB Tutorial Job Search 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. […]