Ultorg: A user interface for relational databases [video]
11–20 of 70 posts
Re: Ultorg: A user interface for relational databases [video]
#12What GUI toolkit is this using? Is this native?
Re: Ultorg: A user interface for relational databases [video]
#13I’m honestly really blown away by this. Are there other such tools out there that do a similar thing?
Re: Ultorg: A user interface for relational databases [video]
#14Here’s some more information on Ultorg: > Ultorg creates general-purpose software that helps organizations manage their data. Based on a new method for interactive data visualization, our product combines ease-of-use with expressive power to allow end-users to query, display, and edit relational data, without resorting to custom programming. This fills a long-standing gap between spreadsheets and tailor-made database…
How does it compare to Access or LibreOffice Base? That's always been the next step once the spreadsheet proves inadequate.
Re: Ultorg: A user interface for relational databases [video]
#15Hasura is great at understanding relations and making joins feel effortless and TablePlus is so good at making table editing feel as fast as excel.
This looks like it's the thing, with some extra power thrown on top (formulas and nested layouts are nice!).
The UI looks drab, but maybe that's ok? It means the functionality needs to be so strong it doesn't matter. It also looks super snappy which matters most.
Something that Airtable has over relational database GUIs is lightweight enums and arrays of them. Sure you can model all that in SQL, but it's super useful to have it right inline. I hope this tool can pick up on a pattern like enum tables (like hasura) and provide UI that makes them look like tag list/select fields.
Re: Ultorg: A user interface for relational databases [video]
#16I’m honestly really blown away by this. Are there other such tools out there that do a similar thing?
Re: Ultorg: A user interface for relational databases [video]
#17Re: Ultorg: A user interface for relational databases [video]
#18I like the concept of converting a database into an application. I don't know why but it reminded me the Aspmaker product, I've been using it in highschool times and I created so many admin panels with it.
Re: Ultorg: A user interface for relational databases [video]
#19Performance is pretty good overall given the complex queries it may have to juggle behind the scenes.
Re: Ultorg: A user interface for relational databases [video]
#20I've been using Hasura and TablePlus a lot lately, and actually wished for something that combines them. Hasura is great at understanding relations and making joins feel effortless and TablePlus is so good at making table editing feel as fast as excel. This looks like it's the thing, with some extra power thrown on top (formulas and nested layouts are nice!). The UI looks drab, but maybe that's ok? It means the funct…