Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的最终目标是在我的树莓派上设置一个可以连接到本地 postgresql 服务器的服务器。我对 postgres 有点熟悉,因此我立即将它安装在我的树莓派上。但是,我没有看到任何关于如何从 python 中连接到它的合理解决方案。欢迎任何帮助。
这是一个 SQL Alchemy 帖子的链接,它可以提供帮助
将 postgresql 与 sqlalchemy 连接起来
你需要安装 pyscopg2