Category:Ozsqlite
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.
Ozsqlite is an implementation of SQL.
Other implementations of SQL.
OzSqlite is an Oz interface to
, a lightweight embeddable sql database engine. It comes with its own version of SQLite.
Installation
Download and unpack with
ozmake --extract package=mogul:/elansary/ozsqlite
On Unix-like systems, follow the instructions in README.txt
On Windows with cygwin, in order to make it compatible with the current cygwin version:
cd libsqlite
Edit "Makefile" as indicated in the file itself.
Insert in sqlite.h before line 16:
#include "os.h"
Insert in os.h before line 134:
#define _OFF_T_
Insert in parse.c before line 6:
#include "os.h"
Then build it:
make cd.. ozmake --build -L ./libsqlite ozmake --install
External Links
Pages in category "Ozsqlite"
The following 2 pages are in this category, out of 2 total.