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

Create Core DSL #87

Open
darkfrog26 opened this issue Feb 3, 2016 · 0 comments
Open

Create Core DSL #87

darkfrog26 opened this issue Feb 3, 2016 · 0 comments
Milestone

Comments

@darkfrog26
Copy link
Contributor

Currently the DSL is dependent on core that provides infrastructure for type-safe querying. However, in order to support adhoc queries without all the type-safe infrastructure (loading from a .sql file for example) we should make a "dsl" module that has no dependence on "model" to allow a basic DSL for creating, modifying, inserting, querying, and deleting from databases.

The "model" can depend on "dsl" in order to leverage the type-safe structure within the DSL.

@darkfrog26 darkfrog26 added this to the 2.0 milestone Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant