This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* =============================================================================================================================== | |
This will get data from GBPE (previously) converted to CSV and: | |
* Create temporary tables | |
* Import data from: LOG_LOGRADOURO.csv, LOG_LOCALIDADE.csv, LOG_BAIRRO.csv into the temp tables | |
* Decrypt CEP column and create a new table with the following fields: cep, logradouro, bairro, cidade, uf, uf_sigla | |
* Dropping the temp shit | |
* Update PG Query Builder with an EXPLAIN ANALYZE | |
This script can be used to update an existing table (with same struct of course) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lockfileVersion: '6.0' | |
dependencies: | |
'@headlessui/react': | |
specifier: ^1.7.15 | |
version: 1.7.15([email protected])([email protected]) | |
clsx: | |
specifier: ^1.2.1 | |
version: 1.2.1 | |
next: |