书栈网 · BookStack 本次搜索耗时 0.056 秒,为您找到 4284 个相关结果.
  • Step 8: Describing the Data Structure

    Step 8: Describing the Data Structure Describing the Data Structure Configuring Doctrine ORM Understanding Symfony Environment Variable Conventions Changing the Default DATABASE...
  • Overview

    Overview Documentation Overview Code Examples Installation Guide Supported Platforms Supported Installation Methods Install via pip Installing using setup.py Installing the C...
  • Tools

    Tools ORM-like Layers No longer maintained Framework Tools Alternative Drivers Table of Contents Previous topic Next topic This Page Quick search Tools Many tools have...
  • README

    Guides and such Presentations Guides and such Getting Started Guide A quickstart-style guide with tutorials. See also the Obtaining Hibernate section discussing the Hiberna...
  • 0.9 Changelog

    0.9 Changelog 0.9.10 orm engine sql postgresql mysql sqlite misc 0.9.9 orm engine sql schema postgresql mysql sqlite misc 0.9.8 orm orm declarative engine sql ...
  • Working with Database Metadata

    Working with Database Metadata Setting up MetaData with Table objects Declaring Simple Constraints Emitting DDL to the Database Defining Table Metadata with the ORM Setting up t...
  • 1.3 Changelog

    1.3 Changelog 1.3.25 orm schema postgresql mysql sqlite 1.3.24 orm engine schema postgresql mssql 1.3.23 sql postgresql mysql oracle misc 1.3.22 oracle 1.3.21 o...
  • CRUD 操作

    对象的 CRUD 操作 Read ReadOrCreate Insert InsertMulti Update Delete 对象的 CRUD 操作 如果已知主键的值,那么可以使用这些方法进行 CRUD 操作 对 object 操作的四个方法 Read / Insert / Update / Delete o := orm . N...
  • CRUD 操作

    对象的 CRUD 操作 Read ReadOrCreate Insert InsertMulti Update Delete 对象的 CRUD 操作 如果已知主键的值,那么可以使用这些方法进行 CRUD 操作 对 object 操作的四个方法 Read / Insert / Update / Delete o := orm . N...
  • 数据库

    数据库 DB-API SQLAlchemy Records Django ORM peewee PonyORM SQLObject 数据库 DB-API Python数据库API(DB-API)定义了一个Python数据库访问模块的标准接口。它的文档在 PEP 249 可以查看。几乎所有Python数据库模块,诸如 sqli...