lib: restructure to make space for database APIs
This commit is contained in:
5
lib/_data_ingestion/sql_writable.dart
Normal file
5
lib/_data_ingestion/sql_writable.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract class SQLWritable {
|
||||
const SQLWritable();
|
||||
|
||||
Map<String, Object?> get sqlValue;
|
||||
}
|
||||
Reference in New Issue
Block a user