changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / examples/db/xdb/pkg.lisp

changeset 41: 81b7333f27f8
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 22:15:04 -0400
permissions: -rw-r--r--
description: more examples
1 (defpackage :xdb
2  (:use :cl :std :seq :db :obj/meta/storable :obj/id)
3  (:export :xdb :dbs :add-collection))