Skip to content

Commit

Permalink
1.12 version commit. Added ability for cloning DBF file.
Browse files Browse the repository at this point in the history
  • Loading branch information
galisha committed Apr 25, 2021
1 parent b70c218 commit 87c4b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Engine is very small and fast.
API for reading is made as iterator, API for writing is made in manner as JDBC statement. It is allows to write compact Java code.

Also, you can look inside your dbf file by invoking it through command line:
java -jar dbfEngine_bin-1.11.jar your.dbf
java -jar dbfEngine-1.12.jar your.dbf

The result of parsing dbf header and content will be saved into text file.

Expand Down

0 comments on commit 87c4b97

Please sign in to comment.