Run Moor within a background isolate

This basically follows the guidelines at
https://moor.simonbinder.eu/docs/advanced-features/isolates/. In the
future we will be able to have multiple simultaneous database
connections.
This commit is contained in:
Elias Projahn 2020-04-17 17:25:25 +02:00
parent 00def5382e
commit e0fc60f9eb
3 changed files with 72 additions and 12 deletions

6
build.yaml Normal file
View file

@ -0,0 +1,6 @@
targets:
$default:
builders:
moor_generator:
options:
generate_connect_constructor: true