This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/prosqlite
Vitor Santos Costa 5b5e954dbc use FeatureSummary 2017-07-30 22:24:00 +01:00
..
c fix compilation warnings 2014-09-09 09:35:14 -05:00
doc Nicos sqlite interface 2014-07-15 18:56:45 -05:00
examples Avoid complaining from strlen 2015-09-21 17:05:36 -05:00
prolog improve docs 2014-09-15 03:13:50 -05:00
CMakeLists.txt use FeatureSummary 2017-07-30 22:24:00 +01:00
Makefile.in improve autoconf 2014-10-25 16:46:13 +01:00
Readme.txt Nicos sqlite interface 2014-07-15 18:56:45 -05:00
configure.in configuration fix 2015-02-09 10:16:35 +00:00
pack.pl Nicos sqlite interface 2014-07-15 18:56:45 -05:00

Readme.txt

proSQLite: a Prolog interface to the SQLite database system.
--------------------


This Prolog library was developed on SWI-Prolog 6.1.12 under linux.
It should compile easily on linux or MACs. It is also likely
that it compiles easily for YAP Prolog.

On SWI-Prolog is higly recommended that you install from with the engine
via 

   ?- pack_install( prosqlite ).

This takes care of everything and you can then load the library via

   ?- [library(prosqlite)].

If you need to compile from sources, edit buildenv.sh to fit your system
and in a bourne-compatible shell do : 

$ source env/buildenv.sh
$ make

The publication corresponding to this library is :
   
   Exploring file based databases via an Sqlite interface
   Canisius Sander, Nicos Angelopoulos and Lodewyk Wessels
   ICLP Workshop on Logic-based methods in Programming Environments (September, 2012. Budapest, Hungary).


---------



Nicos Angelopoulos, November 2013. (0.1.0 @ August 2012)
---
http://stoics.org.uk/~nicos/
nicos_mlists_06@yahoo.co.uk