alex / alchimia

MIT License
102 stars 22 forks source link

feature support table? #21

Open johnwlockwood opened 9 years ago

johnwlockwood commented 9 years ago

Do you have a table of sqlalchemy.core features vs features supported by alchimia?

brighid commented 8 years ago

+1: The README saying only that you can "use most of the SQLAlchemy-core API [but not] the ORM" is anything but confidence-inspiring. A specific list of what's supported would make the library tremendously easier to use—"installing our thing and writing code against it is the only way to find out if it suits your use case at all" is one of the classic OSS UX antipatterns. :(

glyph commented 7 years ago

I agree. Unfortunately, I'm not quite sure how to tell which bits of documentation from SQLAlchemy itself will tell me where to look.

Would it be better to adjust the claim to just be "SQLAlchemy-core but not the ORM", since as far as I know that's what we believe it to be, and then add any other things we discover don't work as we discover them?

johnwlockwood commented 7 years ago

Yes. @glyph, being confident about your belief it supports SQLAlchemy-core would be a service.