main function
The CLI's DDL entrypoint: serves this driver's DdlGenerator over the isolate command protocol.
Implementation
void main(List<String> args, SendPort sendPort) =>
serveDdlGenerator(const SQLiteDdlGenerator(), sendPort);
The CLI's DDL entrypoint: serves this driver's DdlGenerator over the isolate command protocol.
void main(List<String> args, SendPort sendPort) =>
serveDdlGenerator(const SQLiteDdlGenerator(), sendPort);