Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
526 B
Text
9 lines
526 B
Text
PgDBF is a program for converting XBase databases - particularly FoxPro
|
|
tables with memo files - into a format that PostgreSQL can directly
|
|
import. It's a compact C project with no dependencies other than standard
|
|
Unix libraries. While the project is relatively tiny and simple, it's also
|
|
heavily optimized via profiling - routine benchmark were many times faster
|
|
than with other Open Source programs. In fact, even on slower systems,
|
|
conversions are typically limited by hard drive speed.
|
|
|
|
WWW: http://pgdbf.sourceforge.net/
|