Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic
Go directly to another tagGo directly to another tagAll Last Modified Items for Database
Back to full tag viewcl-btree (Added)Last modification: Mon, 28 Nov 2011 19:39:48 GMTB-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL.
Postmodern (Modified)Last modification: Thu, 21 Oct 2010 11:15:12 GMTA library for interacting with PostgreSQL databases.
Postmodern (Modified)Last modification: Mon, 05 Apr 2010 14:27:27 GMTA library for communicating with a PostgreSQL database, trying to make the Lisp-SQL boundary as unobtrusive as possible.
Clouchdb (Modified)Last modification: Mon, 13 Jul 2009 01:07:23 GMTA library for interacting with CouchDb databases
YstokSQL (Modified)Last modification: Fri, 26 Jun 2009 10:04:57 GMTYstokSQL is a Common Lisp library for interfacing relational databases via ODBC.
Core Server (Modified)Last modification: Tue, 06 May 2008 10:19:03 GMTContinuations + Parser Combinators + Generic Streams + Javascript Generator + HTML generator/parser + several RFC implementations + Unified client/server javascript components + Indivisible working UN...
cl-couchdb (Commented)Last modification: Wed, 20 Feb 2008 16:39:20 GMTA Common Lisp library for working with the CouchDB database system.
Elephant (Modified)Last modification: Wed, 22 Aug 2007 20:10:40 GMTElephant is a persistent object store that can work with either BerkeleyDB or relational databases as a back-end.
trivial-ldap (Modified)Last modification: Mon, 09 Apr 2007 06:51:45 GMTTRIVIAL-LDAP is a one file, all lisp client implementation of parts of RFC 2251.
grand-prix (Added)Last modification: Mon, 12 Feb 2007 08:39:17 GMTTests, stress-test and performance-tests for Common Lisp object-databases and persistence libraries.
cl-perec (Added)Last modification: Tue, 30 Jan 2007 13:08:07 GMTcl-perec is a library for RDBMS based CLOS persistency
cl-rdbms (Added)Last modification: Tue, 30 Jan 2007 12:57:37 GMTcl-rdbms is a database interface library which provides backend independent access to RDBMS systems.
CL-S3 (Modified)Last modification: Fri, 17 Nov 2006 15:26:12 GMTa Common Lisp library that implements a client interface to the Amazon S3 Web Service
cl-migrations (Added)Last modification: Mon, 13 Nov 2006 09:45:28 GMTcl-migrations is a port of the database migrations feature of Ruby on Rails to Common Lisp. cl-migrations is intended to provide a simple way to version-control your database changes.
CLSQL (Modified)Last modification: Mon, 16 Oct 2006 21:11:38 GMTCLSQL is a SQL database for Common Lisp interface maintained by Kevin M. Rosenberg. CLSQL uses the Universal Foreign Function Interface (UFFI) library for broad compatibility.
RegexPlugIn (Added)Last modification: Tue, 15 Aug 2006 12:22:45 GMTA plug-In for FileMaker which enables FileMaker users to work with regular expressions.
FM-PLUGIN-TOOLS (Modified)Last modification: Tue, 15 Aug 2006 12:09:54 GMTA toolkit for developing plug-ins in Common Lisp for the FileMaker database system.
rucksack (Added)Last modification: Thu, 20 Jul 2006 12:11:47 GMTA portable object persistency library with support for persistent basic Lisp data types, parallel transactions, schema evolution, and more.
XI (Added)Last modification: Thu, 06 Jul 2006 10:51:14 GMT"XI is a hybrid of programming language and metaframe database".
BDB - Berkeley DB CFFI bindings (Added)Last modification: Fri, 05 May 2006 13:59:12 GMTA set of CFFI-based Common Lisp bindings to the Berkeley DB database.
CL-STORE (Modified)Last modification: Fri, 24 Feb 2006 21:08:48 GMTcl-store is an asdf-installable portable library for serializing and deserializing Common Lisp objects to and from streams. It currently runs on SBCL, CMUCL, CLISP, ACL, OpenMCL and Lispworks.
SAVE-OBJECT (Added)Last modification: Wed, 22 Feb 2006 22:45:38 GMTSAVE-OBJECT is a recursive function which writes an ASCII representation
of a LISP object to a designated file.
BKNR Datastore (Commented)Last modification: Sat, 11 Feb 2006 23:00:29 GMTThe bknr datastore is a persistence system based on transaction logging. Similar to Java Prevalence, it logs all changes to the persistent data to a transaction log file on disk. Snapshots can be wr...
CL-PREVALENCE (Added)Last modification: Sat, 11 Feb 2006 19:04:30 GMTCL-PREVALENCE is a proof of concept implementation of the Object Prevalence object persistence concept by Klaus Wuestefeld. It comes with both a sexp-based and and an XML serialization protocol.
PLOB! - Persistent Lisp Objects! (Added)Last modification: Wed, 11 Jan 2006 23:41:37 GMTThe system PLOB! (Persistent Lisp OBjects!) implements orthogonal persistency for LISP and CLOS objects. Besides offering pure persistency, on the one side it contains important database features like...
PCLOS Reference Manual (Added)Last modification: Sat, 07 Jan 2006 15:31:11 GMTHewlett-Packard HPL-91-182 technical report by Andreas Paepcke, 5 December 1991.
The document combines the manuals of versions 2.0, 2.1 and 3.0 of the CLOS-based PCLOS persistent object store. The fir...
Pg (Added)Last modification: Fri, 06 Jan 2006 17:22:38 GMTSocket-level client interface to the PostgreSQL DBMS. It does not rely on FFI. It supports version 4 of the frontend/backend protocol.
An earlier version is ASDF installable.