typeSystem property

  1. @Deprecated('Only the default type system is supported')
SqlTypeSystem typeSystem
final

The type system to use with this database. The type system is responsible for mapping Dart objects into sql expressions and vice-versa.

Implementation

@Deprecated('Only the default type system is supported')
final SqlTypeSystem typeSystem;