Skip to content

ZOG Exploration for interacting with dbf using Python and Go

Notifications You must be signed in to change notification settings

zero-one-group/zog-dbf

Repository files navigation

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.

About

ZOG Exploration for interacting with dbf using Python and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published