trying to create prisma client in dart
completed for now :
- get the "getManifest" signal from prisma
- response to "getManifest"
- get the dmmf from prisma
- complete rewrite(from golang client) all the interface(class) to parse the dmmf json into dart classes
- Download the engine
- cli interface for the engine
- complete rewrite all the code from golang (except for the template that create a client)
TODO
- generate a dart client library based on ast.
- generate graphql to communicate with prisma
- docs it
- testing
resource if someone want to help: