Flolet — a web-based database console for technical people.
Current features
If you are an individual user, you can count on our free plan.
We are more like GitHub than like a fancy business intelligence tool.
No need to install anything.
Don't make your SaaS customers wait till you get back to your work laptop with psql
.
Right now we support PostgreSQL.
(More databases are coming later.)
Flolet supports any SQL that the database supports.
We want to make things easy, but not to the point where we lose out to psql
.
View the history of your queries, and their results at the time of running.
Create separate notebooks, or "stories", per task or issue.
See what you were trying to do, and how you did it (or perhaps how you did it wrong).
Get query results as a table, CSV, or JSON.
Get your data out and process it however you want.
Flolet runs all queries from a single IP.
You only need to allow incoming connections from 138.197.62.197
and you are good to go.
Next up on the roadmap
Create workspaces, invite teammates, share data sources. Leave comments together with queries.
Access all Flolet features in mobile browsers.
(In fact, Flolet already works in mobile browsers, but it has not been optimized for mobile yet.)
We want to be the only data console you need.
Our roadmap includes SQL databases (e.g. MySQL), NoSQL databases (e.g. Mongo), and other database-like things (e.g. Redis).
Longer-term plans
Add explanations to the columns in your tables.
Useful if you have named your columns confusingly and no-one but you remembers what exactly they mean.
Create lightweight templates for e.g. your customer support team.
Use variables, if-statements, loops, and filters without learning PL/pgSQL or PL/SQL.
Run queries on schedule and get alerts based on the result.
Useful for gathering analytics on new signups, flagging spam, or making sure customers don't exceed usage limits.
Access servers and execute remote commands from the same convenient interface.
Access a full log of all actions performed by your team, with included metadata.
Deploy Flolet inside your own infrastructure.