-
Query:
```sql
-- name: select-personas-of-player
-- Returns personas belonging to a given player. Only owned personas
-- are owned if the second argument is false; if true, borrowed
-- personas a…
-
Kio should offer a search for application feature (`/apps?search=..`)
Use case: other services offering users to input application names can implement auto completion and similar features with sear…
-
https://github.com/krisajenkins/yesql
-
How should I retrieve a list of all modules currently loaded into Vernacular? The best I have found is `find-module` that nonetheless requires a pathname to be specified.
-
Any plans to support a function for `:result` (possible `:result-fn`)? You mention YeSQL's `result-set-fn` which is a little more flexible than the current implementation of `:result` in HugSQL. Wou…
-
Toucan https://github.com/metabase/toucan is a great and battle tested ormish library and used a lot in metabase, it will be good to integrate this with coast
-
Hello!
Ecto has a nice sandbox that allows us to run database hitting tests concurrently when using Ecto's connection pool.
It'd be nice to be able to use this with Rihanna. Currently the librar…
-
https://github.com/curl/curl/blob/5bd8c389a3625e5c3eed265942d4c5b1e7e5d117/docs/examples/getinmemory.c#L45-L50
`realloc` can return `null` if he can't extend the memory. This case here envisaged, but…
-
We have several queries we want to refactor but right now it's scary because of strict order of the parameters. I would love to add support of the names parameters like this:
```
-- name: getPayme…
-
Hello,
is there any documentation on how to interact with the database through OC?
I couldnt find any, I had to read the poor documented source code and that is not how it supposed to be.
I fou…