-
Notifications
You must be signed in to change notification settings - Fork 16
Introspection spec #153
base: master
Are you sure you want to change the base?
Introspection spec #153
Conversation
introspection/README.md
Outdated
* The introspection connector takes that db-schema representation and converts it into Prismas internal datamodel representation | ||
* The internal datamodel representation gets rendered into the Prisma schema | ||
|
||
The formats for the connection strings are discussed in the schema spec. https://github.com/prisma/specs/blob/master/schema/Readme.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link to the specific headline?
introspection/README.md
Outdated
- Spec: In Progress 🚧 | ||
- Implementation: Unknown ❔ | ||
|
||
When a user gets started with Prisma in a brownfield project, they can let Prisma introspect their database to generate the initial Prisma data model definition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We actually "require" this introduction summary sentence - so we should come up with something more generalized about "Introspection" in the Prisma context. (Matt might have something liek that already in his Prisma framework PR)
introspection/README.md
Outdated
### Current | ||
|
||
|
||
### Future 👽 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea about these headlines was to describe the existing JS/TS implementation and then the "new" Rust based one - maybe this is not useful any more.
This PR creates a basic spec for Introspection, based on what we currently have and what we are building right now.