honeyeql icon indicating copy to clipboard operation
honeyeql copied to clipboard

HoneyEQL is a Clojure library enables you to query database using the EDN Query Language.

Results 6 honeyeql issues
Sort by recently updated
recently updated
newest added

Hi, It would be nice to have honeyeql work with in-memory databases. I don't think it should do much - just start initially. While playing around with graphqlize I've tried...

Since this is a low level library that IMO, should be rock solid I think it is very important to have tests. One way of running the tests against real...

Hi, Working with graphqlize-demo I did not found how to enable logging for the generated SQL. It would be great if this was available in a documentation section. I'm thinking...

I have a table defined like this: ``` CREATE TABLE IF NOT EXISTS merged_pull_request_user ( scm_repo_id INT NOT NULL, ... FOREIGN KEY (scm_repo_id, pull_request_number) REFERENCES pull_request(scm_repo_id, pull_request_number) ... ``` However,...

MariaDB should be the same as MySQL for most intents and purposes, but the JDBC product name differs. I did a quick attempt in the REPL, and if I hack...