2d55cda1e4
PR: 255959 Approved by: lwhsu (mentor)
7 lines
354 B
Text
7 lines
354 B
Text
Store uniform EIEIO objects in an EmacSQL database. 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.
|
|
|
|
WWW: https://github.com/emacscollective/closql
|