SQLAlchemy 2.0 Released
sqlalchemy.org
SQLAlchemy 2.0 Released
1–10 of 84 posts
Re: SQLAlchemy 2.0 Released
#2Edit:
Oh, it seems to, that's big. For comparison, Hibernate, the Java mammoth ORM, as far as I know, never fully moved to Java 5 generics (released 18 years ago).
Also dataclasses and enums. Also big, since there used to be a lot of duplication in configuration, SQLAlchemy doing its thing and the rest of the codebase just using now standard Python 3 features.
Cool!
Re: SQLAlchemy 2.0 Released
#3Re: SQLAlchemy 2.0 Released
#4Re: SQLAlchemy 2.0 Released
#5Re: SQLAlchemy 2.0 Released
#6Re: SQLAlchemy 2.0 Released
#7Re: SQLAlchemy 2.0 Released
#8Sorry for detracting from the release news but SQLAlchemy has to have the least helpful website of any major library I can think of. I'm trying to find basic 101 code examples and it's just one wall of text after another. I found how to cite SQLAlchemy in a research paper and have yet to find a single code example.
Re: SQLAlchemy 2.0 Released
#9Sorry for detracting from the release news but SQLAlchemy has to have the least helpful website of any major library I can think of. I'm trying to find basic 101 code examples and it's just one wall of text after another. I found how to cite SQLAlchemy in a research paper and have yet to find a single code example.
Re: SQLAlchemy 2.0 Released
#10Sorry for detracting from the release news but SQLAlchemy has to have the least helpful website of any major library I can think of. I'm trying to find basic 101 code examples and it's just one wall of text after another. I found how to cite SQLAlchemy in a research paper and have yet to find a single code example.