glv8
glv8 facilitates one to write gleam for postgresql as trusted language extension. It provides plv8 bindings and tools like plv8ify
glv8 is not a SQL query builder, it is not an application framework either. Instead it promotes gleam as an alternative to JavaScript to do functional computation in a restricted JavaScript runtime, directly inside postgresql database.
Further documentation can be found at https://hexdocs.pm/glv8.
Development
gleam build # Run the project
gleam test # Run the tests