Victor

Results 5 comments of Victor

Sure, but a single DDL statement in your migration scripts will have the same effect, no? If you start a transaction, insert some records, and follow that up with a...

Ah yes, it looks like you're correct regarding Postgres DDL transactions: https://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis The only other negative impact I can think of is the performance implications for users with a large...

Perhaps the behavior of closing and reopening the connection can be controlled by a new cli flag? This way the default behavior is the same as before, meaning that the...

Similarly, none of the examples below work: `MLK JR WAY` `M L K JR WAY` `M L KING JR WAY` `MARTIN LUTHER KING JR WAY` You must spell it out...

Hi @mattjonesseo, look at the `output_file` configuration option in the [Quick Start](https://github.com/NikolaiT/se-scraper/blob/78fe12390be2b628750842098ebacb9960815a63/README.md#quickstart)