littletable
littletable copied to clipboard
An in-memory database of Python objects, searchable using quasi-SQL API
Results
2
littletable issues
Sort by
recently updated
recently updated
newest added
I'm looking to use this library in a tool and need to support 3.8 for just a bit longer, at least until EOL.
Open source package orjson is much faster than the stdlib package. orjson.dumps compares to json.dumps, but uses whitespace-optimized output by default, so need to qualify use of streaming-related keyword args....