menu
powersync_core package
documentation
web.dart
DatabaseResult<T> typedef
DatabaseResult<T> typedef
dark_mode
light_mode
DatabaseResult<
T
>
typedef
DatabaseResult
<
T
> = (
{
bool
autocommit
,
int
lastInsertRowid
,
T
result
}
)
Implementation
typedef DatabaseResult<T> = ({ T result, bool autocommit, int lastInsertRowid, });
powersync_core package
documentation
web
DatabaseResult<T> typedef
web library