typeSystem property Null safety
The type system to use with this database. The type system is responsible for mapping Dart objects into sql expressions and vice-versa.
Implementation
SqlTypeSystem get typeSystem => connection.typeSystem;
The type system to use with this database. The type system is responsible for mapping Dart objects into sql expressions and vice-versa.
SqlTypeSystem get typeSystem => connection.typeSystem;