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

Question: Is it feasible to add non-SQL backends to Diesel? #198

Closed
stephanbuys opened this Issue Feb 9, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@stephanbuys

stephanbuys commented Feb 9, 2016

Hi,

I'm a Rust novice, ORM n00b, but I've been wondering about support from rust for Elasticsearch as a backend, would it be feasible to add an Elasticsearch backend to diesel, or am I thinking along the wrong lines?

(Love the work btw, SQLite is a big deal, congrats!)

@sgrif

This comment has been minimized.

Member

sgrif commented Feb 10, 2016

In theory it should be possible, yes. However our API isn't really designed for that use case.

@sgrif sgrif closed this Feb 10, 2016

@rushmorem rushmorem referenced this issue Dec 7, 2016

Open

Idea: ORM #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment