Slashdot Mirror


User: staniek

staniek's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. There's also Kexi & Predicate on Ask Slashdot: Linux Database GUI Application Development? · · Score: 1
    Hi, I am maintainer of Kexi app (https://community.kde.org/Kexi) and Predicate - https://community.kde.org/Pred...

    Kexi, created in 2002, in addition to competing with MS Access contains Qt-compatible data-aware widgets: forms, reports, tables, queries. And all designers for them. Also import/export with strong CSV support. C++ developers can employ all this in their apps, this happens from time to time.

    Predicate is a database connectivity and creation library, something more than QtSQL and alikes. You can create database without backend-specific SQL. Predicate origins are in Kexi, it competes with Qt SQL and contains many more than it. See https://community.kde.org/Pred.... There's even SQL parser that helps to 100% control of what SQL is passed by your users. It's Qt-only. We're porting Kexi to it these weeks.

    So you have visual designers, and data-oriented framework, both interacting with each other.

    Feel free to ask for more info: https://community.kde.org/Kexi...

    Cheers, Jaroslaw Staniek