LibreCat / Catmandu-DBI

A Catmandu::Store plugin for DBI based interfaces
Other
0 stars 1 forks source link

Adding support for configurable order of result in generators #25 #27

Closed phochste closed 6 years ago

phochste commented 6 years ago

Adding support to choose at Store or Bag level how default ordering of generators should work:

store:
    mydb:
         package: DBI
         options:
            data_source: "dbi:mysql:database=mydb"
            username: xyz
            password: xyz
            default_order: NONE
            bags:
                foobar:
                   default_order: ID

Options are: