[ 源代码: sqlalchemy-utc ]
软件包:python3-sqlalchemy-utc(0.14.0-3)
python3-sqlalchemy-utc 的相关链接
Debian 的资源:
下载源码包 sqlalchemy-utc:
- [sqlalchemy-utc_0.14.0-3.dsc]
- [sqlalchemy-utc_0.14.0.orig.tar.gz]
- [sqlalchemy-utc_0.14.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
SQLAlchemy type to store timezone aware datetime values
UtcDateTime type is equivalent to the built-in 'DateTime' with 'timezone=True' option enabled on vendors that support 'timestamptz' e.g. PostgreSQL, but on SQLite or MySQL, it shifts all 'datetime.datetime' values to UTC offset before store them, and returns timezone aware 'datetime.datetime' values through result sets.
其他与 python3-sqlalchemy-utc 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-sqlalchemy (>= 0.9.0)
- SQL toolkit and Object Relational Mapper for Python 3