SqlSoup customizable entity base class

Issue #1783 resolved
Former user created an issue

As far as I can tell, SqlSoup doesn't offer any way to customize the base class that is used to generate entity classes. This patch adds an argument to SqlSoup.init that will allow returned entity classes to subclass classes other than object.

Comments (5)

  1. Log in to comment