Hacker News new | past | comments | ask | show | jobs | submit login

Search "sqlalchemy activerecord" and you will find tutorials, compare and contrast posts, pros and cons, and several implementations for sqlalchemy and many other languages and libraries using the activerecord pattern.

SQLAlchemy, and Python in general, is highly extensible, it can do the ActiveRecord pattern and many other patterns depending on the data, not just the needs of a content publication system.

Here's a couple random AR/SQLA implementations I plucked from DDG:

https://pypi.org/project/sqlalchemy-mixins/

https://pypi.org/project/Flask-ActiveRecord/




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: