Skip to content

Dart orm New Beginning! #479

@medz

Description

@medz

resolves #478 #471

Important

I've decided to restart this project!

Foreword

The reason this project was previously discontinued was the "Prisma Manifesto," as Prisma migrated its engine to TypeScript. This made it impossible to continue maintaining third-party language clients.

Now, Prisma 7 has been released. Its basic strategy is to use the WASM query engine + Adapter to execute SQL.

Reason for incompatibility

The reason is that the Dart runtime cannot execute WASM, especially when the target is mainly located in the Server-side/Flutter Application.

New Implementation:

  1. Continue using Prisma Schema
  2. Use existing Dart database connectors or develop your own database driver
  3. Construct a CRUD API more suitable for Dart

Challenges

  1. Incomplete Dart database driver support (may require custom development of a new database driver)
  2. Pure Dart executor design
  3. Pure Dart Prisma Schema AST development
  4. Dart Hooks design or build_runner design

Please let me know if you have any new suggestions!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions