is there any open source project you know that use...
# present-company
m
is there any open source project you know that uses a relational database and doesn't have a good UI or doesn't have enough ways to explore the data stored in it?
a
Things 3
Great UI, but not enough ways to explore!
Whoops, you said open source.
g
Phpmyadmin was quite popular for lamp installations at some point, only way to ‘explore is through sql queries, which is hard for people new to this field.
m
digkam comes to my mind immediately. It has a database full of photo annotations (faces recognized in the picture, their locations, photo time, place). Unfortunately one has to dive into sqlite to extract this information.
🍰 1