Python ORM Bee V1.5.2 上传 Python 中央仓库 PYPI
Pythone ORM Bee 是基于 Python 的 ORM 工具;让你使用 Python 开发数据库应用更简单! pip install ormbee 简单命令即可安装 https://pypi.org/project/ormbee/ 简单易用的ORM,开发数据库很快 主要功能 V1.5.2 基础功能稳定版 往期回顾: V1.0 发布 V1.1 发布 V1.3发布 安装依赖包 在命令行输入以下命令: pip install ormbee 快速开始: 1. 配置db连接信息 1.1.can custom your db Module in bee.json or bee.properties set dbModuleName 1.2.if do not want to use the default config file(bee.json or bee.properties), can set the db_config info yourself. # #mysql config = { 'dbName':'MySQL', 'host': 'localh...
