Skip to content

unixodbc.org

The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

  • dltest
  • isql
  • iusql
  • odbc_config
  • odbcinst
  • slencheck

Available Versions

Show all 2 versions
  • 2.3.12, 2.3.11

Latest Version: 2.3.12

Install Specific Version

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

Dependencies

This package depends on:

  • gnu.org/libtool

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.unixodbcorg

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.