I've searched all my books and all over the web, including the
TinyDB site itself, and can't find an answer to this question: is there
any upper limit for number of records or filesize in a TinyDB
implementation?
I'm working on a new app that could allow
the user to enter up to hundreds of records, each consisting of maybe 6 text
fields, and can't figure out if TinyDB can handle that large a
recordset. Thanks in advance!