CreateDb creates the database optionally dropping an existing database first.
(reset bool)
| 30 | SetMaxResults(val int) error |
| 31 | // CreateDb creates the database optionally dropping an existing database first. |
| 32 | CreateDb(reset bool) error |
| 33 | // UpgradeDb upgrades database to the current adapter version. |
| 34 | UpgradeDb() error |
| 35 | // Version returns adapter version |
no outgoing calls