熟悉SQLAlchemy的最简单方法/最佳教程是什么?

时间:2022-05-10 14:03:39

What are best resources/tutorials for starting up with SQLAlchemy? Maybe some simple step by step stuff like creating a simple table and using it and going up from there.

启动SQLAlchemy的最佳资源/教程是什么?也许是一些简单的一步一步的东西,比如创建一个简单的表并使用它并从那里上升。

3 个解决方案

#1


5  

Personally, I'd buy this book and cram it into the noggin over the course of a week or so.

就个人而言,我会买这本书,并在一周左右的时间内把它塞进noggin。

I've tried tackling SQLAlchemy on the job without learning the details first. I had a hard time with it, because I found the online documentation to be sparse and cryptic ("read the source for more info..."). SA also provides several levels of abstraction at which you can work and I wasn't confident that I was ever working at the correct level.

我已经尝试在工作中处理SQLAlchemy而不首先了解详细信息。我很难用它,因为我发现在线文档稀疏而神秘(“阅读更多信息来源......”)。 SA还提供了几个级别的抽象,您可以在其中工作,我不相信我曾经在正确的水平上工作。

#2


3  

Probably the SQLAlchemy ORM Tutorial? I started with it.

可能是SQLAlchemy ORM教程?我开始用它。

#3


1  

Using SQLAlchemy (IBM developerWorks)

使用SQLAlchemy(IBM developerWorks)

#1


5  

Personally, I'd buy this book and cram it into the noggin over the course of a week or so.

就个人而言,我会买这本书,并在一周左右的时间内把它塞进noggin。

I've tried tackling SQLAlchemy on the job without learning the details first. I had a hard time with it, because I found the online documentation to be sparse and cryptic ("read the source for more info..."). SA also provides several levels of abstraction at which you can work and I wasn't confident that I was ever working at the correct level.

我已经尝试在工作中处理SQLAlchemy而不首先了解详细信息。我很难用它,因为我发现在线文档稀疏而神秘(“阅读更多信息来源......”)。 SA还提供了几个级别的抽象,您可以在其中工作,我不相信我曾经在正确的水平上工作。

#2


3  

Probably the SQLAlchemy ORM Tutorial? I started with it.

可能是SQLAlchemy ORM教程?我开始用它。

#3


1  

Using SQLAlchemy (IBM developerWorks)

使用SQLAlchemy(IBM developerWorks)