python: SQLAlchemy

 

 

https://www.cnblogs.com/jclian91/p/12121735.html
https://github.com/percent4/ORM_test
https://github.com/yabea/
https://juejin.cn/post/7246978810019971130
https://docs.sqlalchemy.org/en/20/orm/declarative_tables.html
https://auth0.com/blog/sqlalchemy-orm-tutorial-for-python-developers/
https://docs.sqlalchemy.org/en/20/dialects/mssql.html
https://zhuanlan.zhihu.com/p/444930067
https://www.cnblogs.com/Keep-Ambition/p/8083387.html
https://blog.csdn.net/u011364612/article/details/123623961
https://pypi.org/project/sqlacodegen/
https://github.com/dahlia/awesome-sqlalchemy
https://github.com/auth0-blog/sqlalchemy-orm-tutorial/tree/master
https://github.com/madalinpopa/py-patterns ORM
https://lyz-code.github.io/blue-book/coding/python/sqlalchemy/
https://docs.sqlalchemy.org/en/20/orm/examples.html

 

SQLAlchemy includes the following list of dialects:

 

Firebird
Microsoft SQL Server
MySQL
Oracle
PostgreSQL
SQLite
Sybase

 

SQLAlchemy Relationship Patterns
One To Many, Many To One, One To One, and Many To Many.

 


SQL Server Data Types
As with all SQLAlchemy dialects, all UPPERCASE types that are known to be valid with SQL server are importable from the top level dialect, whether they originate from sqlalchemy.types or from the local dialect:
from sqlalchemy.dialects.mssql import (
BIGINT,
BINARY,
BIT,
CHAR,
DATE,
DATETIME,
DATETIME2,
DATETIMEOFFSET,
DECIMAL,
DOUBLE_PRECISION,
FLOAT,
IMAGE,
INTEGER,
JSON,
MONEY,
NCHAR,
NTEXT,
NUMERIC,
NVARCHAR,
REAL,
SMALLDATETIME,
SMALLINT,
SMALLMONEY,
SQL_VARIANT,
TEXT,
TIME,
TIMESTAMP,
TINYINT,
UNIQUEIDENTIFIER,
VARBINARY,
VARCHAR,
)

 

 

 

posted @   ®Geovin Du Dream Park™  阅读(11)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!
历史上的今天:
2020-06-24 csharp: Cyotek.GhostScript.Pdf Conversion pdf convert image
2020-06-24 csharp: using Acrobat.dll pdf convert images in winform
2016-06-24 csharp:VerifyCode in winform or webform
2015-06-24 csharp:获取 DNS、网关、子网掩码、IP
2015-06-24 csharp: using wininet.dll
2013-06-24 csharp:汉字转带拼音声调
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示