Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Fluid Query Builder #95

Closed
tsutomi opened this issue Nov 3, 2015 · 3 comments
Closed

Fluid Query Builder #95

tsutomi opened this issue Nov 3, 2015 · 3 comments

Comments

@tsutomi
Copy link
Member

tsutomi commented Nov 3, 2015

Provide a builder that allows the creation in code of SQL Queries, instead of going through strings or complex SQL Expressions

@meikeric
Copy link

Why not just build an Entity Framework 7 provider? For non-embedded installations, this seems more logical.

@tsutomi
Copy link
Member Author

tsutomi commented Feb 24, 2016

@meikeric I developed a LINQ provider already, but as an external tool. A provider for EF is also a good idea as contributed project.

The scope of this issue is to provide a fluid interface for building complex queries within DeveelDB core library itself, or for those applications embedding it. Nothing too advanced, but to take out the string building outside the process (that is prone to typos and makes difficult debugging).
This requirement emerged from the fact that the CREATE VIEW ... statements inside DeveeldB (for the INFORMATION_SCHEMA ) are all built using strings, and in a certain moment it became difficult to track the errors: in fact, building a view from code is still a hard job

@tsutomi
Copy link
Member Author

tsutomi commented Apr 21, 2016

This idea is getting outdated from the case #148

@tsutomi tsutomi closed this as completed Apr 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants