Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magit/closql

Store EIEIO objects using EmacSQL
https://github.com/magit/closql

clos emacs sqlite

Last synced: 2 months ago
JSON representation

Store EIEIO objects using EmacSQL

Awesome Lists containing this project

README

        

* Store EIEIO objects using EmacSQL

Store uniform [[https://www.gnu.org/software/emacs/manual/html_node/eieio/index.html][EIEIO]] objects in an [[https://github.com/skeeto/emacsql][EmacSQL]] database. [[https://www.sqlite.org][SQLite]] is used
as backend. This library imposes some restrictions on what kind of
objects can be stored; it isn't intended to store arbitrary objects.
All objects have to share a common superclass and subclasses cannot
add any additional instance slots.

#+html:


#+html: Compile
#+html: MELPA Stable
#+html: MELPA