menu
archery
archery/core/orm/db_drivers/postgres_model.dart
PostgresModel
all<
T extends Model
> static method
all
dark_mode
light_mode
all<
T extends Model
>
static method
Future
<
List
<
T
>
>
all
<
T extends Model
>(
)
Implementation
static Future<List<T>> all<T extends Model>() async => index<T>();
archery
postgres_model
PostgresModel
all<
T extends Model
> static method
PostgresModel class