Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psl: invert the dependency between dml and core #3187

Merged
merged 2 commits into from Sep 14, 2022
Merged

Commits on Sep 14, 2022

  1. psl: invert the dependency between dml and core

    We want to isolate dml. Before this commit, datamodel-core depended on
    dml. This commit reverses the relationship: dml depends on
    datamodel-core. This is a step towards a leaner, better defined
    datamodel core.
    tomhoule committed Sep 14, 2022
    Copy the full SHA
    0769354 View commit details
    Browse the repository at this point in the history
  2. psl: decouple datasource loader from builtin connectors

    The connectors still come from crates datamodel-core depends on, but now
    they could come from anywhere else.
    
    The next step will be moving builtin connectors to their own crate, stop
    depending on them in datamodel-core, then moving datamodel-connector
    into datamodel-core, and injecting the builtin connectors from the psl
    crate. We will then have reached our goal of a psl-core crate that does
    not depend on any connector but takes them as input.
    tomhoule committed Sep 14, 2022
    Copy the full SHA
    cf80d03 View commit details
    Browse the repository at this point in the history