summaryrefslogtreecommitdiff
path: root/examples/sharding/separate_databases.py
Commit message (Collapse)AuthorAgeFilesLines
* use begin() for settting up first PKMike Bayer2022-03-211-1/+1
| | | | | Change-Id: I227bbb46fbcbae1f60d3f5bb4dd2b9f41ca3dd0c (cherry picked from commit 257f67b180cadf4ca0df0d1facf27d55c98df676)
* note that horizontal sharding supports multi schema translatesMike Bayer2022-03-211-13/+13
| | | | | | | | | | | | | | the horizontal sharding API needs some work as it is still exposing some legacy details, but in any case illustrate how we can, for the moment, to use multiple schema translate maps in a single session. A lot more cleanup is needed in horizontal sharding, see #7837 Change-Id: Ia925e2226ecee9d747a8c4fc1772917f10bc505f References: #7832 References: #7837 (cherry picked from commit 2a1afd32b82e103961f305b478d4cc6f6244cd00)
* Documentation updates for 1.4Mike Bayer2020-08-051-0/+302
* major additions to 1.4 migration doc; removed additional verbosity regarding caching methodology and reorganized the doc to present itself more as a "what's changed" guide * as we now have a path for asyncio, update that doc so that we aren't spreading obsolete information * updates to the 2.0 migration guide with latest info, however this is still an architecture doc and not a migration guide yet, will need further rework. * start really talking about 1.x vs. 2.0 style everywhere. Querying is most of the docs so this is going to be a prominent theme, start getting it to fit in * Add introductory documentation for ORM example sections as these are too sparse * new documentation for do_orm_execute(), many separate sections, adding deprecation notes to before_compile() and similar * new example suites to illustrate do_orm_execute(), with_loader_criteria() * modernized horizontal sharding examples and added a separate example to distinguish between multiple databases and single database w/ multiple tables use case * introducing DEEP ALCHEMY, will use zzzeeksphinx 1.1.6 * no name for the alchemist yet however the dragon's name is Flambé Change-Id: Id6b5c03b1ce9ddb7b280f66792212a0ef0a1c541