ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

NDBM support in Allegro CL

This document contains the following sections:

1.0 NDBM introduction
2.0 NDBM interface


1.0 NDBM introduction

NDBM is an API for maintaining key/content pairs in a database. The database is designed for quick access to relatively static information. The implementation itself comes from a library provided with your operating system. See your operating system's documentation for details on the limitations on the size of data that your implementation may impose.

Not available on Windows

This API is not available for Windows since Windows does not come with an ndbm implementation.

Symbols naming NDBM functionality in Allegro CL are in the dbi.ndbm package. The NDBM module is loaded by evaluating the following form:

(require :ndbm)


2.0 NDBM interface

The symbols naming functionality in the NDBM facility are in the dbi.ndbm package. Each has its own description page.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version