DEV Community

Michael Niño
Michael Niño

Posted on

Gnome GJS - ActiveRecord ORM

A lightweight, asynchronous ActiveRecord ORM designed for GJS (GNOME JavaScript) applications. Built natively on top of libgda (GNOME Data Access).

Features

  • Native GJS Integration: Uses standard GObject Introspection (imports.gi.Gda).
  • Asynchronous API: All database operations return Promises to prevent blocking the UI thread.
  • Vendoring Ready: Distributed as standard ES Modules. Just drop the folder into your project's source.
  • Multiple Adapters: Designed to be extensible. Currently supports PostgreSQL out-of-the-box.

I need it and there wasn't one-- so I created it ;-) Maybe you need it too! :-D

https://github.com/MichaelNino/gjs-activerecord

Top comments (0)