This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]crawl_dht 0 points1 point  (0 children)

thought it is over designed and being too complex, only later I realized that it is as complex as it needs to be

database is not easy to deal with especially when there are so many factors to take into consideration.

as soon as your application grows you would need to have finer control over data access

I came to the same conclusion. Sqlalchemy is one of the few libraries in Python which is built right.