I used to spend more time understanding data relationships, long-running queries indexing, index usage, sequential scans, Disk usage, etc. and there was no single tool that provides all these pieces of information.
I decided to build an application that provides more insights about a database simpler than ever!
Idea was to identify & develop the most wanted insights that engineers would want when they connect to any DB.
DB performance is something many people would want to understand most, and there are a lot of parameters that control the overall performance of a DB. I decided to list down & filter the information based on how much impact it would make on the database. Also, understanding data relationships is another area where developers spend more time with. And it was a pain when you want to quickly jump onto some databases or schema that you want to debug.
I added a simple ER diagram page which will simplify this effort.
SQL execution and Data explorer are some default features that everyone would expect from a database client, and yes DB lens is packed with those features by default!
Its currenlty a beta version now and I would want to do more iterations based on what people want!
1 comment
[ 4.4 ms ] story [ 14.5 ms ] threadI am very excited to share DB lens (https://dblens.app) with you all!
I used to spend more time understanding data relationships, long-running queries indexing, index usage, sequential scans, Disk usage, etc. and there was no single tool that provides all these pieces of information.
I decided to build an application that provides more insights about a database simpler than ever!
Idea was to identify & develop the most wanted insights that engineers would want when they connect to any DB.
DB performance is something many people would want to understand most, and there are a lot of parameters that control the overall performance of a DB. I decided to list down & filter the information based on how much impact it would make on the database. Also, understanding data relationships is another area where developers spend more time with. And it was a pain when you want to quickly jump onto some databases or schema that you want to debug.
I added a simple ER diagram page which will simplify this effort.
SQL execution and Data explorer are some default features that everyone would expect from a database client, and yes DB lens is packed with those features by default!
Its currenlty a beta version now and I would want to do more iterations based on what people want!
Hope you like it!