Skip to content

Commit

Permalink
more todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Nov 7, 2024
1 parent 30e785d commit d4abdf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ TODO
- rethink record classes? we just really want a row conversion function?
- add documentation about docker runs.
- allow tagging queries, eg whether it can be cached
- add ability to _declare_ named query parameters for readability and reliability,
allowing to check for unused or undeclared parameters

```sql
-- name: get_foo_by_id(id)^
SELECT * FROM Foo WHERE fooid = :id:
```

? on ?
------
Expand Down

0 comments on commit d4abdf7

Please sign in to comment.