Home
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Partial read and write support for DBase dbf files.
Based on the DBF reader and writer.
Main features
- object oriented.
- basic read and write support.
- API similar to django's model and db ones.
- a django serializer, to serialize your django models into a dbf.
What is not supported
- deleting records
- memo fields
- indexes
Documentation
See the examples on the code: * main module (models.py) * core low-level module * django serializer