Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "prosqlite"

Title:An SWI-Prolog interface to SQLite
Rating:Not rated. Create the first rating!
Latest version:1.8
SHA1 sum:11fbe3ee302f8bbbb3a2dedab318d10d64b35a72
Author:Nicos Angelopoulos http://stoics.org.uk/~nicos
Sander Canisius http://bioinformatics.nki.nl/~canisius
Maintainer:Nicos Angelopoulos http://stoics.org.uk/~nicos
Packager:Nicos Angelopoulos http://stoics.org.uk/~nicos
Home page:http://stoics.org.uk/~nicos/sware/prosqlite
Download URL:http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-*.tgz

Reviews

Write a review or add a rating.

Minor problem on mac os x lion: I had to add a -L argument to building.sh to make the installation succeed:

SWISOLIB='-L/Users/lourens/lib/swipl-6.3.15/lib/x86_64-darwin11.4.2 -lswipl'

Thursday 09 May 2013, anonymous

Details by download location

VersionSHA1#DownloadsURL
0.0.177b8d0f22d2060fc067199c8fe65f1b3d13d19e31http://bioinformatics.nki.nl/~nicos/sware/packs/prosqlite-0.0.1.tgz
0.0.202e3fc82e17036206c16a9a605c7288b3d6a7e1b2http://bioinformatics.nki.nl/~nicos/sware/packs/prosqlite-0.0.2.tgz
0.0.32fecf8fc67793be9fbc0601486d3956378e5b8271http://bioinformatics.nki.nl/~nicos/sware/packs/prosqlite-0.0.3.tgz
0.0.490920d7da6b4816a638b0ac3031a10df296aed122http://bioinformatics.nki.nl/~nicos/sware/packs/prosqlite-0.0.4.tgz
0.0.57e52ab24a3a8fcc4f7a03539e3248f940f8d0cf28http://bioinformatics.nki.nl/~nicos/sware/packs/prosqlite-0.0.5.tgz
0.0.62e45d08c5cabf57a6cb6e47aa8b157dd8fb5ee2b3http://bioinformatics.nki.nl/~nicos/sware/prosqlite/prosqlite-0.0.6.tgz
0.0.75c91e846be6cac665e4ed1dc80cbe56fff2a805e5http://bioinformatics.nki.nl/~nicos/sware/prosqlite/prosqlite-0.0.7.tgz
0.1.0d135699c021edcda8324f084de986c3cd9f6720250http://bioinformatics.nki.nl/~nicos/sware/packs/prosqlite/prosqlite-0.1.0.tgz
0.1.1febd5a17c7d70e22a745e254e214c7efe36199ab4http://www.stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-0.1.1.tgz
0.1.2ea5c2110d24d36a41d1bdffa8c4a957b0347eebe52http://www.stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-0.1.2.tgz
1.0001f710f52c34588c73c5dab87d9f1aa460eb9c7119http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.0.tgz
1.16053f178d9aabb3a2e543f41d4004786ce5849e910http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.1.tgz
1.22aa1dc3e08ce26d3c59508612cfb92bf419be02a96http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.2.tgz
1.3ab3a078bcd161d0a9e211b4899c286e520ad23111http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.3.tgz
1.45d6f0e0b0392e41bb6be29509be0fc9bc3a5397e1http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.4.tgz
1.555bb83714682b1c48ea83429636e3a22fb238605232http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.5.tgz
1.628d994a053131070d794c33576026d4aa508adcf167http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.6.tgz
1.74d09d38ce08f2e1832aa2e0939b537d5fba3a8b48https://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.7.tgz
1.811fbe3ee302f8bbbb3a2dedab318d10d64b35a72245https://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-1.8.tgz

proSQLite: a Prolog interface to the SQLite database system.

This is an interface of SQLite for Prolog systems. The library was developed on SWI-Prolog under linux. It should compile easily on linux or MACs and it comes packaged with Windows binaries. It is also likely that it compiles easily on 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 compile SWI from sources, rebuilt the package with ?- pack_rebuild(prosqlite).

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

$ source env/buildenv.sh $ make

The main publication describing to this library is :

ProSQLite: Prolog file based databases via an SQLite interface
Canisius Sander, Nicos Angelopoulos and Lodewyk Wessels
Proc. of Practical Aspects of Declarative Languages (PADL 2013).
LNCS vol. 7752, p. 222-227 .January, 2013. Rome, Italy).
Doi [10.1007/978-3-642-45284-0_15]

Library web-page: http://stoics.org.uk/~nicos/sware/prosqlite


Nicos Angelopoulos, May 2022, (1.0@November 2013. 0.1@August 2012)


http://stoics.org.uk/~nicos/

Contents of pack "prosqlite"

Pack contains 24 files holding a total of 551K bytes.