Data Browser 2.0, now with pivot tables

The 2.0 version of my [django-data-browser](https://pypi.org/project/django-data-browser/) is out.

The Data Browser is a point and click interface for making queries against a database. It requires no knowledge of SQL or Python/Django so is great for the non technical people in your business. It also has near zero required configuration as it gets both the user permissions and database config from Django's ORM and Admin.

https://preview.redd.it/zzixpeizst551.png?width=840&format=png&auto=webp&s=4197f813518c3891502ea3d5938a5dfafc55b49a

The big feature in 2.0 is pivoting, this is on top of the existing select (across tables), filter, sort and aggregate functionality. So you can pivot month against year, or year/month against account and select sum of sales amount to get a nice lil sales report.

Check out [the demo site](https://data-browser-demo.herokuapp.com/data-browser/).

4 thoughts on “Data Browser 2.0, now with pivot tables”

Leave a Comment