Gnome GJS – ActiveRecord ORM

작성자

카테고리:

← 피드로
DEV Community · Michael Niño · 2026-07-13 개발(SW)

Michael Niño

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 needed it and there wasn’t one– so I created it 😉 Maybe you need it too! 😀

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

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다