lib: restructure to make space for database APIs

This commit is contained in:
2025-04-18 16:16:56 +02:00
parent 555eedd772
commit ab3a5a92db
12 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
abstract class SQLWritable {
const SQLWritable();
Map<String, Object?> get sqlValue;
}