inoas
inoas
Total Packages
17
Total Downloads
60 516+
Packages
cake
2.2.0An SQL query builder for Gleam for SQL dialects 🐘PostgreSQL, 🪶SQLite, 🦭MariaDB, and 🐬MySQL
glacier_gleeunit
1.3.1003This is a fork of gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI.
given
6.0.1👇 Ergonomic guards aka early returns for Bool, Result, Option, and List types in Gleam!
glacier
1.3.3Glacier brings incremental interactive unit testing to Gleam. It is meant as a drop-in replacement for Gleeunit and depends on and wraps a fork of it.
glychee
1.1.2Glychee Benchmark - Simple Gleam Benchmarking on Erlang via Elixir's Benchee
cake_pog
1.3.0🎂Cake 🐘PostgreSQL adapter which passes PreparedStatements to the pog library for execution written in Gleam.
gond
2.0.3🚡 multi-branch conditional expression similar to if - else if - else or cond for Gleam 🚠 (elseif, elsif)
cake_sqlight
1.2.0🎂Cake 🪶SQLite adapter which passes PreparedStatements to the sqlight library for execution written in Gleam.
stacky
1.4.0BEAM stack trace in Gleam: a stack trace of stack frames with module name, function name, arity, file name and line number.
cake_shork
1.2.0🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the shork library for execution written in Gleam.
cake_gleam_pgo
1.0.2🎂Cake 🐘PostgreSQL adapter which passes PreparedStatements to the gleam_pgo library for execution written in Gleam.
gleenix
0.0.3I have pushed an almost empty package because I was building a gleam MVC framework and did not know about hex TOS. I have reported this to the hex.pm team to ask for the package to be removed, and the name to be freed, but they have not responded yet. If you are interested in this package name on hex.pm, drop me a line and I will transfer it to you.
gleamix
0.0.3I have pushed an almost empty package because I was building a gleam MVC framework and did not know about hex TOS. I have reported this to the hex.pm team to ask for the package to be removed, and the name to be freed, but they have not responded yet. If you are interested in this package name on hex.pm, drop me a line and I will transfer it to you.
gleanix
0.0.3I have pushed an almost empty package because I was building a gleam MVC framework and did not know about hex TOS. I have reported this to the hex.pm team to ask for the package to be removed, and the name to be freed, but they have not responded yet. If you are interested in this package name on hex.pm, drop me a line and I will transfer it to you.
cake_gmysql
1.0.2🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the gmysql library for execution written in Gleam.
check_maybe_div_by_zero
1.0.1Checks gleam source code for potential division by zero in a hacky way :D
opt_args_with_defs_for_gleam
1.0.0Optional Arguments with Defaults for Gleam - A cursed workaround