bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Announce: Keyed File System for GNU APL


From: Blake McBride
Subject: [Bug-apl] Announce: Keyed File System for GNU APL
Date: Sun, 25 May 2014 15:51:43 -0500

Location:  https://github.com/blakemcbride/APLKeyedFiles

This package provides a keyed file system for GNU APL.  Keys are
numbers or strings (character vectors).  The data associated can be
any APL scalar, array, or nested array of any types.  All data is
stored in an Sqlite or PostgreSQL SQL database.  Any number of keyed
files may be created within a single SQL database.  All typical
functionality is provided (i.e. first record, last record, key equal,
key greater. key less, next record, previous record, etc.).

This package depends upon the following:

GNU APL by Juergen Sauermann <address@hidden>
http://www.gnu.org/software/apl/apl.html
Subversion:  http://svn.savannah.gnu.org/svn/apl/trunk


SQL Interface by  Elias Mårtenson <address@hidden>
GIT:  https://github.com/lokedhs/apl-sqlite.git
This library provides an SQL interface to Sqlite & PostgreSQL


reply via email to

[Prev in Thread] Current Thread [Next in Thread]