You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently used file format is as simple as plain CSV. This is robust and easy, but limits possibilities. A new, more sophisticated format is needed.
Requirements:
Browsable not just by simbuto
preferrably non-binary
able to hold table-like data
easily modifyable via Python
This leads to a database-like format. Probably SQlite3, which is well implemented in Python.
The text was updated successfully, but these errors were encountered:
The currently used file format is as simple as plain CSV. This is robust and easy, but limits possibilities. A new, more sophisticated format is needed.
Requirements:
simbuto
This leads to a database-like format. Probably SQlite3, which is well implemented in Python.
The text was updated successfully, but these errors were encountered: