-
Overlord is an experimental build/module system for Common Lisp, inspired by Redo and Racket.
CL-Yesql is a Common Lisp library for using SQL, based on Clojure’s Yesql.
https://github.com/TBRSS/cl…
-
Was wondering if you were interested in named parameters like yesql?
I figured I'd take the yesql bnf and use that to do the parsing and create a list like for sql:
```sql
SELECT *
FROM users
…
-
Hi,
I am playing with anosql that I installed from pip. I like this library and got to discover it thanks to the YeSQL project for Clojure. I see the current tree implements support for named argum…
-
- [x] Update yesql queries to only use an overseer schema
- [x] Create table for "schools"
- [x] Add school_id to users table
- [x] Update all yesql queries to take a school_id
- [x] Update all r…
-
Having upgraded Rom to 3.2.0, we get this error now when initialising `rom-yesql`
Other than dropping back to Rom 3.1.0; is there a workaround?
```
ArgumentError: wrong number of arguments (0 f…
-
Hi there, i can't get `rom-yesql` to work with `rom 1.0` :(
Am i missing something or is it not supported yet?
- gemspec
```
spec.add_runtime_dependency 'sequel', '~> 4.40'
spec.add_runtime_dep…
-
I'm trying to use rom-yesql alongside rom-sql and receive an error when auto-registering a relation.
My setup is something like this:
```
db_connection = [default: [:sql, "sqlite::memory/store…
-
I'm still in the process of writing my first GraphQL server with alumbra and claro. I'm struggling to put the pieces together. Eventually, I'd like to write a guide, blog post, or realistic example to…
-
This looked interesting enough for me to download Dash and try it out, but after adding the plugin to my project, I received the following stack trace when trying to run `lein dash`. I suspect that th…
-
I wonder if anyone has done it?
If not, I will give it a shot and share results.
gajus updated
8 years ago