changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/xdb/pkg.lisp

changeset 377: 49357f8b5e65
parent: 9eb2c112aa16
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 27 May 2024 23:14:09 -0400
permissions: -rw-r--r--
description: xdb fixes (one test still broken), fixed cli main test
1 (defpackage :xdb
2  (:use :cl :std :seq :db :obj/meta/storable :obj/id)
3  (:export :xdb :dbs :add-collection))