书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 58 个相关结果.
  • 介绍

    欢迎来到 GINO 的文档! 常用链接 欢迎来到 GINO 的文档! GINO 递归定义为 GINO Is Not ORM,是一个基于 asyncio 和 SQLAlchemy core 的轻量级异步 Python ORM 框架,目前(2020 年初)仅支持 asyncpg 一种引擎。 上手教程 为新手上手准备的...
  • Engine and Connection

    Engine and Connection Creating Engines Managing Connections reuse lazy reusable current_connection Executing Queries Implicit Execution Engine and Connection GinoEngine...
  • 常见问题

    常见问题 SQLAlchemy 1.4 supports asyncio, what will GINO be? ORM or not ORM? Can I use features of SQLAlchemy ORM? How to join? How to connect to database through SSL? What is aio...
  • 上手指南

    上手指南 介绍 安装 稳定版 从源码安装 声明模型 建立连接 增删改查 增 查 改 删 上手指南 这是一篇写给刚入坑同学的指南,将介绍 GINO 的基本部分。阅读之前,请先了解以下知识点: 关系型数据库,尤其是 PostgreSQL Python 异步编程 您不需要对 SQLAlchemy 有所了解。 介...
  • 贡献

    贡献 Types of Contributions 报告错误 修复错误 实现功能 写文档 提交反馈 Get Started! Pull Request Guidelines Tips 贡献 Contributions are welcome, and they are greatly appreciated! Every littl...
  • 引擎与连接

    引擎与连接 Creating Engines Managing Connections reuse lazy reusable current_connection Executing Queries Implicit Execution 引擎与连接 GinoEngine is the core of GINO. It acts ...
  • Frequently Asked Questions

    Frequently Asked Questions ORM or not ORM? How to join? How to connect to database through SSL? What is aiocontextvars and what does it do? Frequently Asked Questions ORM...
  • 表结构定义

    表结构定义 GINO Engine GINO Core GINO ORM 表结构定义 There are 3 ways to declare your database schema to be used with GINO. Because GINO is built on top of SQLAlchemy core, either way...
  • Schema Declaration

    Schema Declaration GINO Engine GINO Core GINO ORM Schema Declaration There are 3 ways to declare your database schema to be used with GINO. Because GINO is built on top of S...
  • 版本历史

    版本历史 GINO 1.0 Migrating to GINO 1.0 1.0.1 (2020-06-08) 1.0.0 (2020-04-26) GINO 0.8 Migrating to GINO 0.8 1. contextvars 2. none_as_none 0.8.7 (2020-04-19) 0.8.6 (2020-02-10...