kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.15k stars 570 forks source link

ORM #159

Closed laith43d closed 5 years ago

laith43d commented 6 years ago

Why don’t we turn this great project into a fully fledged ActiveRecord implementation? I mean Kenneth is genius in making his project apis human friendly, this would end up a huge thing!

Tethik commented 6 years ago

I like this library for the exact opposite reason: that it's not an ORM and I can run my SQL queries with some help. I think the design goal of the library was just that too. Check the first sentences of the readme:

Just write SQL. No bells, no whistles. This common task can be surprisingly difficult with the standard tools available. This library strives to make this workflow as simple as possible, while providing an elegant interface to work with your query results.

For a python ORM there is already peewee or sqlalchemy, which are both pretty good.

vlcinsky commented 6 years ago

I completely agree with @Tethik To keep things "human friendly" one shall have well defined scope and stay within.