A fun ORM for the Gleam language! DEPRECATED. CHECK OUT https://github.com/ashercn97/ormlette
Stars
14
Forks
1
Watchers
14
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
fixed the common issues with overlap of names. cli=>cli_project, db=>funsies templates=>builders
fa2717dView on GitHubAdded more features like insert to the query builder. Now it is even more type safe (i keep saying this) cuz to insert it has codegen which like makes it so you are only adding in the perfect way. POretty pretty cool! :)
1e698a2View on GitHubYESSSS so now what im doing is stack based query building. Basically, instead of working with like ugly combos of stuff, you just have it in a stack. Examples will be there shortly
5c5544cView on GitHub