gelx 0.8.5

Generate fully typed rust code from your gel schema and inline queries.
Documentation
1
2
3
4
5
6
7
8
9
10
select (insert User {
  name := <str>$name,
  bio := <str>$bio,
  slug := <str>$slug,
}) {
  id,
  name,
  bio,
  slug,
};