simonw / airtable-export

Export Airtable data to YAML, JSON or SQLite files on disk
https://datasette.io/tools/airtable-export
Apache License 2.0
112 stars 15 forks source link

Save the .db file in the same path as the rest of the formats #22

Closed pmareke closed 10 months ago

pmareke commented 1 year ago

Hi @simonw, first of all thanks for the library it's really useful.

I would like to propose a change in order to have the same behaviour in all the formats.

At the same time I propose as well a small refactor in the code trying to improve its readability. My idea was to split the responsibility in small parts and also add some missing tests.

I hope you like the idea, if you have any feedback please let me know.

All the tests are passing btw!

Best regards, Pedro.