peewee Documentation Release 2.10.2
backend Sqlcipher backend Postgresql Extensions DataSet Django Integration Fields Generic foreign keys Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection BerkeleyDB backend Sqlcipher backend Postgresql Extensions High-level features Fields Shortcuts Hybrid Attributes Signal support DataSet Key/Value Store Generic foreign keys CSV Utils Database management Back-reference support for GFKField. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 275 页 | 276.96 KB | 1 年前3peewee Documentation Release 2.10.2
backend • Sqlcipher backend • Postgresql Extensions High-level features • Fields • Shortcuts • Hybrid Attributes • Signal support • DataSet • Key/Value Store • Generic foreign keys 82 Chapter 1 Back-reference support for GFKField. 1.13.12 Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of class Interval(Model): start = IntegerField() end = IntegerField() @hybrid_property def length(self): return self.end - self.start @hybrid_method def contains(self, point): return (self.start <= point)0 码力 | 221 页 | 844.06 KB | 1 年前3peewee Documentation Release 3.0.0
Functions apsw, an advanced sqlite driver Sqlcipher backend Postgresql Extensions DataSet Fields Hybrid Attributes Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection Database advanced sqlite driver Sqlcipher backend Postgresql Extensions High-level features Fields Shortcuts Hybrid Attributes Signal support DataSet Database management and framework integration pwiz, a model generator representation of the data in the database. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 319 页 | 361.50 KB | 1 年前3peewee Documentation Release 3.5.0
an advanced sqlite driver Sqlcipher backend Postgresql Extensions MySQL Extensions DataSet Fields Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection driver Sqlcipher backend Postgresql Extensions MySQL Extensions High-level features Fields Shortcuts Hybrid Attributes Key/Value Store Signal support DataSet Database management and framework integration module is available, it will be used. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 347 页 | 380.80 KB | 1 年前3peewee Documentation Release 3.4.0
an advanced sqlite driver Sqlcipher backend Postgresql Extensions MySQL Extensions DataSet Fields Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection driver Sqlcipher backend Postgresql Extensions MySQL Extensions High-level features Fields Shortcuts Hybrid Attributes Key/Value Store Signal support DataSet Database management and framework integration module is available, it will be used. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 349 页 | 382.34 KB | 1 年前3peewee Documentation Release 3.1.0
Functions apsw, an advanced sqlite driver Sqlcipher backend Postgresql Extensions DataSet Fields Hybrid Attributes Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection Database advanced sqlite driver Sqlcipher backend Postgresql Extensions High-level features Fields Shortcuts Hybrid Attributes Signal support DataSet Database management and framework integration pwiz, a model generator representation of the data in the database. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 332 页 | 370.77 KB | 1 年前3peewee Documentation Release 3.5.0
to Peewee 181 peewee Documentation, Release 3.5.0 High-level features • Fields • Shortcuts • Hybrid Attributes • Key/Value Store • Signal support • DataSet Database management and framework integration available, it will be used. 1.11.9 Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of IntegerField() @hybrid_property def length(self): return self.end - self.start @hybrid_method def contains(self, point): return (self.start <= point) & (point < self.end) The hybrid attribute gets its0 码力 | 282 页 | 1.02 MB | 1 年前3peewee Documentation Release 3.3.0
backend • Postgresql Extensions • MySQL Extensions High-level features • Fields • Shortcuts • Hybrid Attributes • Key/Value Store • Signal support • DataSet Database management and framework integration Documentation, Release 3.3.0 1.16.9 Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of IntegerField() @hybrid_property def length(self): return self.end - self.start @hybrid_method def contains(self, point): return (self.start <= point) & (point < self.end) The hybrid attribute gets its0 码力 | 280 页 | 1.02 MB | 1 年前3peewee Documentation Release 3.4.0
backend • Postgresql Extensions • MySQL Extensions High-level features • Fields • Shortcuts • Hybrid Attributes • Key/Value Store • Signal support • DataSet Database management and framework integration available, it will be used. 1.16.9 Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of IntegerField() @hybrid_property def length(self): return self.end - self.start @hybrid_method def contains(self, point): return (self.start <= point) & (point < self.end) The hybrid attribute gets its0 码力 | 284 页 | 1.03 MB | 1 年前3peewee Documentation Release 3.6.0
an advanced sqlite driver Sqlcipher backend Postgresql Extensions MySQL Extensions DataSet Fields Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection driver Sqlcipher backend Postgresql Extensions MySQL Extensions High-level features Fields Shortcuts Hybrid Attributes Key/Value Store Signal support DataSet Database management and framework integration module is available, it will be used. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 377 页 | 399.12 KB | 1 年前3
共 200 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20