Hello!
I'm working on a Python project and need a fast and simple key-value lookup database. Any recommendations?
After analyzing the Polars Dataframe library I believe I will simply save my data in individual Parquet files. Don't need the overhead of a full database for this project. Yay to Python backed up by the power of Rust.
reply