honeysql/test/data_readers.clj
Sean Corfield ae6229c282 Move data_readers to test
Since we will not need/support this in V2
2020-09-25 16:44:01 -07:00

6 lines
245 B
Clojure

{sql/call honeysql.types/read-sql-call
sql/inline honeysql.types/read-sql-inline
sql/raw honeysql.types/read-sql-raw
sql/param honeysql.types/read-sql-param
sql/array honeysql.types/read-sql-array
sql/regularize honeysql.format/regularize}