Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 314 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 314 Bytes

ZOG DBF

Getting Started

Go

go mod tidy

# Create DBF
go run create/create.go

# Read DBF
go run read/read.go

Python

uv sync


# Create .dbf
uv run python create_dbf.py

# Read .dbf
uv run python read_dbf.py

Conclusion

Overall, it depends on the DBF file that we use.