rodloboz
I’ve started working on a new library to run SQL queries and do basic business intelligence.
Think “Blazer for Elixir.”
Currently it features a SQL explorer + saved queries + schema browser — mounted right inside your Phoenix app. Supports both Posgresql and SQLite (multiple data source repos).
It can be used as standalone or with the web UI (separate repos):
Trending in Announcing
Hey everyone!
Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
Introductory paragraph
I’ll be looking for a keen junior or someone that has a couple of years experience in the real world (so you’ve be...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
I think I get what is this about and I love the idea but a few screenshots and a video would be great.
rodloboz
Thanks @dimitarvp . You’re absolutely right. I added a screenshot to the original post.
I’ll have to record a demo video to share!
dimitarvp
In the age of the LLMs this expression gives me PTSD.
Thanks for adding the screenshot. Would love seeing a video later if you ping this thread in the future.
rodloboz
hahaha… is GPT/Claude lingo seeping into my speech patterns?
I’ll share a video demo here later on.
rodloboz
@dimitarvp Here’s a video demo of Lotus
FlyingNoodle
This is so neat. I love it. Thank you for your contribution to the ecosystem!
rodloboz
Thank you for the kind words. I’m glad you like it and hope others will find it useful
RemyXRenard
Nice work on this, it looks great.
[Previous job catharsis]: My prior end users would have asked for a drag and drop graphical query editor and wonder why it couldn’t predict their queries and graph them in twelve dimensions. However, Lotus seems like nifty tool to have in the toolbox, and they aren’t my end users anymore. Haha!
Please note, that was not a feature request!
Thanks for this.
dbern
This is really fantastic. Thanks for sharing this!
A7mad
This looks great!!
How do you manage to make it read only? Do I have to create a read only account for it or you just check the statement if it only a select statement? If you check the statement I can do some deletes or inserts inside a CTE will this be caught as well?