peewee Documentation Release 3.6.0dictionaries / namedtuples ○ Returning Clause ○ Common Table Expressions ○ Foreign Keys and Joins • Query operators ○ Three valued logic ○ Adding user-defined operators ○ Expressions N+1 problem • API Documentation ○ Database ○ Query-builder ○ Fields ○ Schema Manager ○ Model ○ Query-builder Internals • Constants and Helpers • SQLite Extensions Util • Query Examples • Model Definitions • Schema Creation • Basic Exercises • Joins and Subqueries • Modifying Data • Aggregation • Recursion • Query Builder0 码力 | 377 页 | 399.12 KB | 1 年前3
peewee Documentation
Release 2.0.21.1 Overview peewee is a lightweight ORM written in python. ## Examples: Examples: # a simple query selecting a user User.get(User.username == 'charles') # get the staff and super users editors simple twitter-like site • using “fn” • the querying docs, which contain an in-depth overview of the query apis #### 1.3.3 Changes in fields and columns Well, for one, columns are gone. They were a shim peewee and spits out SQL. It works recursively and knows about a few types of expressions: • the query tree • comparison statements like '==', 'IN', 'LIKE' which comprise the leaves0 码力 | 65 页 | 315.33 KB | 1 年前3
peewee Documentation
Release 1.0.0CONTENTS: ### 1.1 Overview peewee is a lightweight ORM written in python. Examples: # a simple query selecting a user User.get(username='charles') # get the staff and super users editors = User the exception can be caught during the “connect” step, rather than some arbitrary time later when a query is executed. >>> database = SqliteDatabase('stats.db') >>> database.connect() records, issue an UPDATE query. The following example will update all Entry objects, marking them as “published”, if their pub_date is less than today’s date. >>> update_query = Entry.update(published=True)0 码力 | 71 页 | 405.29 KB | 1 年前3
peewee Documentation
Release 3.5.0. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 1.8 Query operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 1.12 Query Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233 1.13 Query Builder . . . . . . . . . . . . . . . . . . minutes to go through it. • Example Twitter app written using Flask framework. • Guide to the various query operators describes how to construct queries and combine expressions. • Field types table lists the0 码力 | 282 页 | 1.02 MB | 1 年前3
peewee Documentation
Release 2.10.2Contributing 17 1.6 Managing your Database 17 1.7 Models and Fields 35 1.8 Querying 50 1.9 Query operators 64 1.10 Foreign Keys 68 1.11 Performance Techniques 74 1.12 Transactions 78 1.13 bare essentials. It will take you between 5 and 10 minutes to go through it. • Guide to the various query operators describes how to construct queries and combine expressions. • Field types table lists the with your database connection immediately, as opposed to some arbitrary time later when the first query is executed. It is also good to close the connection when you are done – for instance, a web app might0 码力 | 221 页 | 844.06 KB | 1 年前3
CloudBeaver User Guide v.23.1configuration Connection Management Users Teams Authentication methods User credentials storage Query Manager Drivers Management Supported databases features Database navigator DB Navigator JSON and Document View Data export Entity Diagrams SQL Editor Query Execution Plan Visual Query Builder Log Viewer Query History Resource Manager Installation Installation Version upgrade Execute SQL query 1. Open a new connection 2. Click SQL in the main menu 3. SQL editor with results panel is opened 4. Write SQL query and press Ctrl-Enter or click the Execute icon 5. Query results will0 码力 | 140 页 | 11.34 MB | 2 年前3
The Vitess 10.0 Documentation
Keyspace ID ..... 20 Keyspace ..... 20 MoveTables ..... 20 Identifying Candidate Tables ..... 20 Query Rewriting ..... 20 Replication Graph ..... 25 Shard ..... 25 Shard Naming ..... 25 Resharding 40 PR Naming Conventions ..... 40 Consists of five parts: ..... 41 Description: ..... 41 Query Serving ..... 42 Consistent lookup vindexes ..... 42 Problem ..... 42 Locking functions ... Command Reference ..... 173 Keyspaces ..... 173 Commands ..... 173 See Also ..... 182 vtctl Query Command Reference ..... 182 Queries ..... 182 Commands ..... 182 See Also 186 vtctl Replication0 码力 | 455 页 | 3.07 MB | 2 年前3
VMware Greenplum v6.17 DocumentationResolved Issue 146 Postgres Query Planner 146 Release 6.17.4 146 Resolved Issues 146 Query Optimizer 146 Server 146 Release 6.17.3 146 Resolved Issues 147 Query Optimizer 147 Server 147 Management 147 Extensions 147 Query Optimizer 148 Server 148 gload 148 Release 6.17.1 149 Changed Feature 149 Resolved Issues 149 Postgres Planner 149 Query Optimizer 149 Server 149 Release Release 6.17.0 149 Features 150 Resolved Issues 150 Server 150 Query Optimizer 151 Cluster Management 151 Postgres Query Planner 152 Upgrading from Greenplum 6.x to Greenplum 6.17 152 Deprecated0 码力 | 1893 页 | 17.62 MB | 2 年前3
Apache Kyuubi 1.7.2-rc0 DocumentationLakehouses. Kyuubi builds distributed SQL query engines on top of various kinds of modern computing frameworks, e.g., Apache Spark, Flink, Doris, Hive, and Trino, etc, to query massive datasets distributed over miscellaneous ones. – It provides methods that allow clients to submit SQL queries and receive the query results, submit metadata requests and receive metadata results. – It enables easy submission of self-contained docker. ### 2.3 High Performance Query performance is one of the critical factors in implementing Serverless SQL. Implementing serviceability on state-of-the-art query engines for bigdata lays the foundation0 码力 | 211 页 | 3.79 MB | 2 年前3
Materialize MySQL Database engine in ClickHouseDatabase Engine • Custom HTTP Handler • MySQL Database Engine • BloomFilter Skipping Index • Query Predicate Optimizer • And more ~ 400+ commit  # MaterializeMySQL Database Engine ## Check MySQL status const String & check_query = "SHOW VARIABLES WHERE " "(Variable_name = 'log_bin' AND upper(Value) = 'ON')"0 码力 | 35 页 | 226.98 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
query builderSQLiteModel DefinitionDatabase driversExtensionsORMpeeweeDatabaseQueryFieldPeeweeModelPeewee ORMPostgreSQLPerformance OptimizationCloudBeaverServer configurationAuthenticationDatabase navigatorQuery ManagerVitessCellExecution PlanQuery PlanningSemi-Sync ReplicationGreenplum DatabaseHigh AvailabilitySegment MirroringQuery OptimizerMaster Mirroringmulti-tenancysecuritydistributed SQL query enginesKyuubiMaterializeMySQL Database EngineClickHouseMySQLBloomFilter Skipping IndexQuery Predicate Optimizer













