Skip to content

freetds.org

Libraries to talk to Microsoft SQL Server and Sybase databases

Package Information

  • Domain: freetds.org
  • Name: freetds.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +freetds.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • bsqldb
  • bsqlodbc
  • datacopy
  • defncopy
  • fisql
  • freebcp
  • osql
  • tdspool
  • tsql

Available Versions

Show all 32 versions
  • 1.5.3, 1.5.2, 1.5.1, 1.4.27, 1.4.26
  • 1.4.24, 1.4.23, 1.4.22, 1.4.21, 1.4.20
  • 1.4.19, 1.4.17, 1.4.16, 1.4.15, 1.4.14
  • 1.4.13, 1.4.12, 1.4.11, 1.4.10, 1.4.9
  • 1.4.8, 1.4.7, 1.4.6, 1.4.5, 1.4.4
  • 1.4.3, 1.4.2, 1.4.1, 1.3.21, 1.3.20
  • 1.3.19, 1.3.18

Latest Version: 1.5.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +freetds.org@1.5.3 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1.1
  • unixodbc.org
  • kerberos.org
  • gnu.org/readline

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.freetdsorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.