Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nigelhorne/database-typhoon
Perl bindings for the Typhoon Database
https://github.com/nigelhorne/database-typhoon
database perl rdbms
Last synced: 1 day ago
JSON representation
Perl bindings for the Typhoon Database
- Host: GitHub
- URL: https://github.com/nigelhorne/database-typhoon
- Owner: nigelhorne
- License: gpl-2.0
- Created: 2018-04-19T00:57:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T13:39:32.000Z (about 4 years ago)
- Last Synced: 2024-11-30T13:12:34.781Z (2 months ago)
- Topics: database, perl, rdbms
- Language: Perl
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Database-Typhoon version 0.01
=============================This is a proof-of-concept to try to talk to a Typhoon Database
from a Perl program.
There is no flexibility, in that it only works with the database defined
in examples/, however changing of the field names for another database
should be a case of simply changing the routines in the xs file.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
You need to install the Typhoon library first.
That library can be downloaded from
https://github.com/jonahharris/osdb-typhoon.TODO
Finish the routines.
Create import and export routines so that the place to be amended is one
small place.
Make it generic for any Typhoon database.COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2018 by Nigel Horne
The program code is released under the following licence: GPL2 for personal use
on a single computer.
All other users (including Commercial, Charity, Educational, Government)
must apply in writing for a licence for use from Nigel Horne at .