trying to create prisma client in dart

completed for now :

  1. get the "getManifest" signal from prisma
  2. response to "getManifest"
  3. get the dmmf from prisma
  4. complete rewrite(from golang client) all the interface(class) to parse the dmmf json into dart classes
  5. Download the engine
  6. cli interface for the engine
  7. complete rewrite all the code from golang (except for the template that create a client)

TODO

  1. generate a dart client library based on ast.
  2. generate graphql to communicate with prisma
  3. docs it
  4. testing

resource if someone want to help: