Connect to TiDB with PyMySQL Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Install dependencies Step 3: Configure connectio...
SQLite Extensions Getting started APIs Additional Features SQLite Extensions The default SqliteDatabase already includes many SQLite-specific features: General notes on ...
API Documentation Database Query-builder Fields Schema Manager Model Query-builder Internals Constants and Helpers API Documentation This document specifies Peewee’s API...
Query-builder Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy (method) Decorator to use with Node methods that m...
Insert Data Before you start Insert rows Bulk-Insert Avoid hotspots Insert data to a table with the AUTO_RANDOM primary key Use HTAP Insert Data This document describes h...
Insert Data Before you start Insert rows Bulk-Insert Avoid hotspots Insert data to a table with the AUTO_RANDOM primary key Use HTAP Insert Data This document describes h...
API Documentation Database Bind the given models to the db for the duration of wrapped block. Query-builder Fields Schema Manager Model Query-builder Internals Constants and...