书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 453 个相关结果.
  • Transactions

    Transactions Context manager Decorator Nesting Transactions Explicit transaction Explicit Savepoints Autocommit Mode Transactions Peewee provides several interfaces for w...
  • Transactions

    Transactions Context manager Decorator Nesting Transactions Explicit transaction Explicit Savepoints Autocommit Mode Transactions Peewee provides several interfaces for w...
  • Bugs

    Bugs Bugs If you’ve found a bug, please check to see if it has already been reported ,and if not create an issue on GitHub .The more information you include, the more quickly t...
  • Hacks

    Hacks Optimistic Locking Top object per group Top N objects per group Postgres lateral joins Window functions Other methods Writing custom functions with SQLite Hacks Co...
  • Hacks

    Hacks Optimistic Locking Top object per group Top N objects per group Postgres lateral joins Window functions Other methods Writing custom functions with SQLite Hacks Co...
  • Connection Management

    Connection Management Using autoconnect Thread Safety Context managers DB-API Connection Object Connection Management To open a connection to a database, use the Database.c...
  • Models and Fields

    Models and Fields Models and Fields Model classes, Field instances and model instances all map to database concepts: Thing Corresponds to… Model class Database table Fie...
  • Models and Fields

    Models and Fields Models and Fields Model classes, Field instances and model instances allmap to database concepts: Thing Corresponds to… Model class Database table Field ...
  • Thread-Safety and Multiple Databases

    Thread-Safety and Multiple Databases Thread-Safety and Multiple Databases If you plan to change the database at run-time in a multi-threaded application, storing the model’s da...
  • Python

    mysqlclient MySQL Connector/Python PyMySQL SQLAlchemy peewee Django