We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70c218 commit 87c4b97Copy full SHA for 87c4b97
README.md
@@ -12,7 +12,7 @@ Engine is very small and fast.
12
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.
13
14
Also, you can look inside your dbf file by invoking it through command line:
15
-java -jar dbfEngine_bin-1.11.jar your.dbf
+java -jar dbfEngine-1.12.jar your.dbf
16
17
The result of parsing dbf header and content will be saved into text file.
18
0 commit comments