thp / minidb

Store Python objects in SQLite 3. Concise, pythonic API. Easy to write, relatively easy to read. A kind of super simple ORM, if you will. Give it a try.
https://thp.io/2010/minidb/
Other
66 stars 15 forks source link

Fix None comparisons #11

Closed jwilk closed 4 years ago

jwilk commented 4 years ago

Fixes:

minidb.py:144: SyntaxWarning: "is" with a literal. Did you mean "=="?

with Python 3.8.

thp commented 4 years ago

Thanks!