可以将mongodb与sqlalchemy一起使用吗? [英] Is it possible to use mongodb with sqlalchemy?

查看:1254
本文介绍了可以将mongodb与sqlalchemy一起使用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

sqlalchemy的文档和谷歌搜索.

是否可以将mongodb与sqlalchemy一起使用?谢谢.

Is it possible to use mongodb with sqlalchemy? Thanks.

推荐答案

根据sql alchem desc,您不能使用它:

as per sql alchem desc you cannot use it:

SQLAlchemy认为数据库是关系代数引擎, 不只是表格的集合不仅可以从中选择行 表,以及联接和其他选择语句;这些单位中的任何一个 可以组成一个更大的结构. SQLAlchemy的表达 语言从这个概念的核心出发.

SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables. Rows can be selected from not only tables but also joins and other select statements; any of these units can be composed into a larger structure. SQLAlchemy's expression language builds on this concept from its core.

SQLAlchemy最著名的是对象关系映射器(ORM),它是 提供数据映射器模式的可选组件,其中 可以采用开放式,多种方式将类映射到数据库- 允许对象模型和数据库架构以干净的方式开发 从一开始就解耦.

SQLAlchemy is most famous for its object-relational mapper (ORM), an optional component that provides the data mapper pattern, where classes can be mapped to the database in open ended, multiple ways - allowing the object model and database schema to develop in a cleanly decoupled way from the beginning.

SQLAlchemy的主要目标是改变您的思考方式 数据库和SQL!

The main goal of SQLAlchemy is to change the way you think about databases and SQL!

这篇关于可以将mongodb与sqlalchemy一起使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆