You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull out DBML model classes into shared module that Room translator can depend on, in that way we can rely on a single definition of the DBML models across all modules of the codebase.
Potentially rename :core to something specific to Room, since we want to allow for other input formats (see for example: #19).
The text was updated successfully, but these errors were encountered:
Fixes#25
Replaces the hard dependency on Room's modeling for the rendering logic and instead use `:dbml`'s module models as source for output rendering as `String`.
That way, we allow for other input sources (besides Room) while FloorPlan still outputs the DBML string representation.
This PR removes the `:core` module, and instead introduces `:dbml-render`, responsible for the conversion DBML -> String.
Pull out DBML model classes into shared module that Room translator can depend on, in that way we can rely on a single definition of the DBML models across all modules of the codebase.
Potentially rename
:core
to something specific to Room, since we want to allow for other input formats (see for example: #19).The text was updated successfully, but these errors were encountered: