Commit Graph

4 Commits

Author SHA1 Message Date
Dmitry Matveyev
16580ce11d Add named parameters support
SQLite supports named parameters in either of these forms:
- $NAME
- :NAME
- @NAME

These parameters should be supplied to the query either in a form of a map
or as a list, the key is always iodata:
- #{":myparam" => "value"}
- [{"$myparam", 1}]
- [{text, "@myparam", "value"}]
2023-01-08 17:14:27 +06:00
Maas-Maarten Zeeman
a55f00522f Added a new contributor 2013-11-27 20:24:42 +01:00
Maas-Maarten Zeeman
6554965570 Added AUTHORS and CONTRIBUTERS lists 2013-03-08 22:55:46 +01:00
Maas-Maarten Zeeman
4b556b2eda Added AUTHORS and CONTRIBUTERS lists 2013-03-08 22:48:55 +01:00