[Interest] QuickModel - ORM for QML

Daniel França daniel.franca at gmail.com
Tue Nov 17 10:22:49 CET 2015


Hi Jason,
For now it's SQLITE (LocalStorage) only, but is a cool feature to add
capacity to handle JSON, I'll add it on my TODO list :)

Best,
Daniel

Em seg, 16 de nov de 2015 às 20:42, Jason H <jhihn at gmx.com> escreveu:

> Does this work on an array of JSON objects? i.e. to provide models for
> ListModel via Ajax/JSON objects? It seems to be database(table) driven?
>
>
> *Sent:* Sunday, November 15, 2015 at 5:35 PM
> *From:* "Daniel França" <daniel.franca at gmail.com>
> *To:* "interest at qt-project.org" <interest at qt-project.org>
> *Subject:* [Interest] QuickModel - ORM for QML
> Hi guys,
> I've developed an ORM library for QML.
>
> The main intention was to use it for some of my projects, but as I've seen
> a lack of this kind of library for QML I'm making open-source on my github:
> https://github.com/danielfranca/quickmodel
>
> It's very simple and easy to use, basically it's only a single file that
> you can import in your project.
> The interface is inspired on Django ORM, so you can expect very similar
> method signatures:
> var artists_johnny = Artist.filter({name__like: ‘Johnny’}).limit(3).all();
>
> The documentation is available (but it's under construction) here:
> http://quickmodel.readthedocs.org/en/latest/
>
> Please let me know what you think about it, any feedback is welcome ;)
>
>
> _______________________________________________ Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20151117/4213ffad/attachment.html>


More information about the Interest mailing list