Other articles


  1. What causes Pylint no-member false positives and how to deal with this - 2020 February 17

    SQLAlchemy when used with Pylint complains about some false positives. Here's an explanation of why and what you can do about it.


    read more
  2. Enforcing foreign key constraints with SQLite - 2018 May 07

    SQLAlchemy when used with SQLite as the backend doesn't enforce foreign key constraints by default, here's how to enable that behavior.


    read more