SQLiteDataEndPoint constructor
SQLiteDataEndPoint({
- String dataFormat = NameSpace.CARP,
Creates a SQLiteDataEndPoint.
type is defined in DataEndPointTypes. Is typically of type
DataEndPointType.SQLITE but specialized file types can be specified.
Implementation
SQLiteDataEndPoint({super.dataFormat = NameSpace.CARP})
: super(type: DataEndPointTypes.SQLITE);