Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Python + TinyDB を使用し、2 つの json ファイルがあり、2 つの TinyDB オブジェクトを作成します。
db = TinyDB(“db.json”) forum = TinyDB(“forum.json”)
しかし、どのように使用するQuery()のですか? Query()チェックのみdb.json、またはその逆のコードを作成するにはどうすればよいですか?
Query()
db.json