openbsd-ports/databases/freetds/pkg/DESCR
sthen c88475b046 update to freetds 0.91; add an openssl flavour (see README for details),
remove msdblib flavour (with @pkgpath to handle updates): this is not
really worth a separate flavour; just define MSDBLIB when building your
applications if you require this behaviour.
2011-09-08 17:13:51 +00:00

20 lines
959 B
Plaintext

FreeTDS is a set of LGPL-licensed libraries that allow your programs
to natively talk to Microsoft SQL Server and Sybase databases.
Technically speaking, FreeTDS is an open source implementation of
the TDS (Tabular Data Stream) protocol used by these databases for
their own clients. It supports many different flavors of the protocol
and three APIs to access it. Additionally FreeTDS works with other
software such as Perl and PHP, providing access from those languages
as well.
FreeTDS has many possible uses. It has been used by Unix/Linux
webservers to present data stored in SQL Server to the web, to port
SQL Server database code from NT to Unix, to import data into SQL
Server from a Unix source, and to provide database access on platforms
(such as realtime systems) that have no native drivers.
FLAVORS:
openssl use OpenSSL instead of GnuTLS for encrypted connections.
Avoids uthread problems but may not be redistributed; see README.