• Deprecated: This method may get removed in the near future. It is recommended to access the app db instance from app.Dao().DB() or if you want more flexibility - app.Dao().ConcurrentDB() and app.Dao().NonconcurrentDB().

    DB returns the default app database instance.

    Returns dbx.DB

Generated using TypeDoc