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

Driver Metadata #17

Open
russolsen opened this issue Oct 27, 2016 · 1 comment
Open

Driver Metadata #17

russolsen opened this issue Oct 27, 2016 · 1 comment

Comments

@russolsen
Copy link

You may want to have a driver metadata type API which will tell the caller if this backend is transactional and which operations it supports. That way a module can query and fail, or at least warn if the database doesn't have the features required. These kind of APIs tend to be easy to implement and prevent people from hardcoding "I only work with SQLServer or Datomic" type checks.

@levand
Copy link
Contributor

levand commented Oct 31, 2016

Excellent idea, I'll think about how that could be added.

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

2 participants