• Jacob Magnusson's avatar
    Remove Flask-SQLAlchemy dependency · 6631906f
    Jacob Magnusson authored
    It should be noted that the declarative base still has to be configured
    like this:
    
    ```python
    MyBase:
        query = session.query_property()
    ```
    
    Also decreased code duplication and removed unused imports.
    6631906f
Name
Last commit
Last update
..
__init__.py Loading commit data...
fields.py Loading commit data...
form.py Loading commit data...
typefmt.py Loading commit data...
view.py Loading commit data...
widgets.py Loading commit data...