This is the cl-mdb Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:05:46 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-mdbcl-mdb: a simple in-memory key-value database
bobwxc <bobwxc@yeah.net>
MulanPubL-2.0
0.1
cffi (system).
tools/cl-murmurhash-3-singlefile.lisp (file).
tools/ctime.lisp (file).
tools/snowflake-id.lisp (file).
packages.lisp (file).
mdb-index.lisp (file).
mdb-value.lisp (file).
mdb.lisp (file).
mdb-test.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-mdb/cl-mdb.asdcl-mdb/tools/cl-murmurhash-3-singlefile.lispcl-mdb/tools/ctime.lispcl-mdb/tools/snowflake-id.lispcl-mdb/packages.lispcl-mdb/mdb-index.lispcl-mdb/mdb-value.lispcl-mdb/mdb.lispcl-mdb/mdb-test.lispcl-mdb/tools/cl-murmurhash-3-singlefile.lispcl-mdb (system).
murmur3-x64-128 (function).
murmur3-x86-128 (function).
murmur3-x86-32 (function).
cl-mdb/tools/ctime.lispcl-mdb (system).
*daylight* (symbol macro).
*timezone* (symbol macro).
*tzname* (symbol macro).
c-asctime (function).
c-ctime (function).
c-difftime (function).
c-gettimeofday (function).
c-gmtime (function).
c-localtime (function).
c-mktime (function).
c-strftime (function).
c-strptime (function).
c-time (function).
c-timegm (function).
c-timelocal (function).
%var-accessor-*daylight* (function).
(setf %var-accessor-*daylight*) (function).
%var-accessor-*timezone* (function).
(setf %var-accessor-*timezone*) (function).
%var-accessor-*tzname* (function).
(setf %var-accessor-*tzname*) (function).
asctime_r (function).
ctime_r (function).
difftime (function).
gettimeofday (function).
gmtime_r (function).
localtime_r (function).
mktime (function).
strftime (function).
strptime (function).
time1 (function).
timegm (function).
timespec-tclass (class).
timeval-tclass (class).
timezone_-tclass (class).
tm-tclass (class).
cl-mdb/tools/snowflake-id.lisptools/ctime.lisp (file).
cl-mdb (system).
*genidm-counter* (special variable).
*genids-counter* (special variable).
*genids2-counter* (special variable).
genid (function).
genidm (function).
genids (function).
genids2 (function).
+snid-epoch+ (constant).
incf-counter (function).
cl-mdb/packages.lisptools/snowflake-id.lisp (file).
cl-mdb (system).
cl-mdb/mdb-index.lisppackages.lisp (file).
cl-mdb (system).
gc-index (function).
hash-key (function).
init-index-array (function).
insert-before-greater (function).
insert-index (function).
insert-key (function).
re-index (function).
select-index (function).
select-key (function).
cl-mdb/mdb-value.lispmdb-index.lisp (file).
cl-mdb (system).
*node-id* (special variable).
copy-row (function).
generate-row (function).
init-store-list (function).
insert-value (function).
make-row (function).
push-value (function).
row (structure).
row-content (reader).
(setf row-content) (writer).
row-operation-id (reader).
(setf row-operation-id) (writer).
row-original-key (reader).
(setf row-original-key) (writer).
row-p (function).
row-read-flag (reader).
(setf row-read-flag) (writer).
row-remove-flag (reader).
(setf row-remove-flag) (writer).
row-time (reader).
(setf row-time) (writer).
row-uuid (reader).
(setf row-uuid) (writer).
row-write-flag (reader).
(setf row-write-flag) (writer).
cl-mdb/mdb.lispmdb-value.lisp (file).
cl-mdb (system).
cl-mdb/mdb-test.lispmdb.lisp (file).
cl-mdb (system).
test (function).
random-string (function).
Packages are listed by definition order.
cl-mdba simple in-memory key-value database
mdb
cl-murmurhash-3.
common-lisp.
snowflake-id.
*node-id* (special variable).
copy-row (function).
gc-index (function).
generate-row (function).
hash-key (function).
init-index-array (function).
init-store-list (function).
insert-before-greater (function).
insert-index (function).
insert-key (function).
insert-value (function).
make-row (function).
push-value (function).
random-string (function).
re-index (function).
row (structure).
row-content (reader).
(setf row-content) (writer).
row-operation-id (reader).
(setf row-operation-id) (writer).
row-original-key (reader).
(setf row-original-key) (writer).
row-p (function).
row-read-flag (reader).
(setf row-read-flag) (writer).
row-remove-flag (reader).
(setf row-remove-flag) (writer).
row-time (reader).
(setf row-time) (writer).
row-uuid (reader).
(setf row-uuid) (writer).
row-write-flag (reader).
(setf row-write-flag) (writer).
select-index (function).
select-key (function).
ctimea Common Lisp interface for glibc date and time part
ct
cffi.
common-lisp.
*daylight* (symbol macro).
*timezone* (symbol macro).
*tzname* (symbol macro).
c-asctime (function).
c-ctime (function).
c-difftime (function).
c-gettimeofday (function).
c-gmtime (function).
c-localtime (function).
c-mktime (function).
c-strftime (function).
c-strptime (function).
c-time (function).
c-timegm (function).
c-timelocal (function).
%var-accessor-*daylight* (function).
(setf %var-accessor-*daylight*) (function).
%var-accessor-*timezone* (function).
(setf %var-accessor-*timezone*) (function).
%var-accessor-*tzname* (function).
(setf %var-accessor-*tzname*) (function).
asctime_r (function).
ctime_r (function).
difftime (function).
gettimeofday (function).
gmtime_r (function).
localtime_r (function).
mktime (function).
strftime (function).
strptime (function).
time1 (function).
timegm (function).
timespec-tclass (class).
timeval-tclass (class).
timezone_-tclass (class).
tm-tclass (class).
snowflake-idsnid
common-lisp.
ctime.
*genidm-counter* (special variable).
*genids-counter* (special variable).
*genids2-counter* (special variable).
genid (function).
genidm (function).
genids (function).
genids2 (function).
+snid-epoch+ (constant).
incf-counter (function).
cl-murmurhash-3murmur3
mr3
common-lisp.
murmur3-x64-128 (function).
murmur3-x86-128 (function).
murmur3-x86-32 (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
structure-object.
(or number character string sequence null)
(or string null)
(or string null)
common-lisp.
number
0
(or number null)
boolean
boolean
boolean
foreign-struct-type.
translatable-foreign-type.
foreign-struct-type.
translatable-foreign-type.
foreign-struct-type.
translatable-foreign-type.
foreign-struct-type.
translatable-foreign-type.
| Jump to: | %
(
A C D E F G H I L M P R S T U |
|---|
| Jump to: | %
(
A C D E F G H I L M P R S T U |
|---|
| Jump to: | *
+
C O R S T U W |
|---|
| Jump to: | *
+
C O R S T U W |
|---|
| Jump to: | C F M P R S T |
|---|
| Jump to: | C F M P R S T |
|---|