You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ Converter of XBase/FoxPro tables to SQLite
6
6
SQLiteDBF converts XBase databases, particularly FoxPro tables with memo files, into a SQL dump. It has no dependencies other than standard Unix libraries.
7
7
This use codebase of the PgDBF project (http://pgdbf.sourceforge.net/) which designed to be incredibly fast and as efficient as possible.
8
8
9
+
# Compilation
10
+
11
+
```gcc sqlite3-dbf.c -o sqlite3-dbf```
12
+
9
13
# Usage
10
14
11
15
When terminal encoding is same to dBase file encoding the usage is very simple:
0 commit comments