Skip to main content

Questions tagged [peewee]

peewee is a small ORM written in Python, providing a lightweight querying interface over SQL.

1 vote
0 answers
46 views

Get the difference between two sets from database

Hello beautiful people! I have created a script where I have two database functions (Feed and Product) where I have a list of Feeds in a store and a list of Product in the store. What I have done is ...
PythonNewbie's user avatar