1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: pgdbf
Section: database
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Chris Taylor <ctaylor@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/salvage-team/perforate.git
Vcs-Browser: https://salsa.debian.org/salvage-team/perforate
Homepage: https://github.com/kstrauser/pgdbf
Package: pgdbf
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: postgresql
Description: converter of XBase / FoxPro tables to PostgreSQL
PgDBF converts XBase databases, particularly FoxPro tables with memo files,
into a format that PostgreSQL can directly import. It has no dependencies
other than standard Unix libraries.
.
PgDBF is designed to be incredibly fast and as efficient as possible.
|