https://github.com/lpil/queryb
A very limited RDMS query builder library
https://github.com/lpil/queryb
Last synced: 3 months ago
JSON representation
A very limited RDMS query builder library
- Host: GitHub
- URL: https://github.com/lpil/queryb
- Owner: lpil
- Created: 2024-08-05T16:42:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T16:46:30.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T01:50:48.391Z (5 months ago)
- Language: Gleam
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# queryb
A very limited RDMS query builder library.
[](https://hex.pm/packages/queryb)
[](https://hexdocs.pm/queryb/)
This library covers a very limited subset of SQL. Most applications and
libraries in need of a query builder should instead use [Cake](https://github.com/inoas/gleam-cake).
Documentation can be found at .