hamelin_sql 0.3.8

SQL generation utilities for Hamelin query language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hamelin_sql"
description = "SQL generation utilities for Hamelin query language"
version.workspace = true
edition.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
license-file.workspace = true

[dependencies]
hamelin_lib = { workspace = true }
anyhow = { workspace = true }
ordermap = { workspace = true }