diff options
author | grant <grant@pkgsrc.org> | 2004-03-29 10:01:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-29 10:01:33 +0000 |
commit | b160efa894330abdbd2267213d8874fd8c698d61 (patch) | |
tree | 2f3fd2994a6e1b539307057206ae3ea563532aaf /databases/p5-sybperl/DESCR | |
parent | 7ce9c7ab2e71b1086b42e8b6756da14bc3203fa7 (diff) | |
download | pkgsrc-b160efa894330abdbd2267213d8874fd8c698d61.tar.gz |
Initial import of p5-sybperl-2.16 into the NetBSD packages collection.
sybperl includes four modules: Sybase::DBlib, Sybase::CTlib,
Sybase::BCP and Sybase::Sybperl. The first two implement a thin
wrapper around the Sybase DB-Library and Client Library APIs,
respectively. Sybase::BCP is a specialty module aimed at doing
Bulk-Copy operations, and Sybase::Sybperl is a compatibility module
with sybperl 1.xx (i.e. with the perl 4.x version).
The sybperl modules are thin wrappers around the Sybase APIs. This is
both good and bad. It's good because you have greater control, and
because the API is (obviously) close to the way the server and the
protocol work. It's bad in that it's a proprietary API, and that it is
somewhat verbose.
Diffstat (limited to 'databases/p5-sybperl/DESCR')
-rw-r--r-- | databases/p5-sybperl/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/p5-sybperl/DESCR b/databases/p5-sybperl/DESCR new file mode 100644 index 00000000000..2a4a4e486e0 --- /dev/null +++ b/databases/p5-sybperl/DESCR @@ -0,0 +1,12 @@ +sybperl includes four modules: Sybase::DBlib, Sybase::CTlib, +Sybase::BCP and Sybase::Sybperl. The first two implement a thin +wrapper around the Sybase DB-Library and Client Library APIs, +respectively. Sybase::BCP is a specialty module aimed at doing +Bulk-Copy operations, and Sybase::Sybperl is a compatibility module +with sybperl 1.xx (i.e. with the perl 4.x version). + +The sybperl modules are thin wrappers around the Sybase APIs. This is +both good and bad. It's good because you have greater control, and +because the API is (obviously) close to the way the server and the +protocol work. It's bad in that it's a proprietary API, and that it is +somewhat verbose. |