I am working on a personal Python project where I need some form of persistent data. The data would fit in 2-3 tables of 10-20 columns and 100-200 records. I have a basic understanding of SQL, so the database seems to make sense.
I am new to Python, so I am not familiar with the database interface parameters with Python. I also heard about etching and am not sure if this would be the best solution for my project size. Can anyone recommend a good solution?
source
share