gino package¶
Subpackages¶
Submodules¶
Module contents¶
-
gino.create_engine(*args, **kwargs)¶ Shortcut for
sqlalchemy.create_engine()withstrategy="gino".在 1.1 版更改: Added the
bakerykeyword argument, please seeBakery.在 1.1 版更改: Added the
prebakekeyword argument to choose when to create the prepared statements for the queries in the bakery:Pre-bake immediately when connected to the database (default).
No pre-bake but create prepared statements lazily when needed for the first time.
Note:
prebakehas no effect in aiomysql
-
gino.get_version()¶ Get current GINO version.