Postgres SQL database creation.
- Schema:
erc20 - Table:
erc20.ERC20_evt_Transfer
scripts/build.shbuilds the docker image;scripts/deploy.shdeploy the database creation. In order to use this script is mandatory to properly set the local absolute path to mount the data.
In order to test the deployment of the table and the data loaded you could query directly from the inside of the container.
psql -h localhost -p 5432 -U perdune -d perdune
scripts/query_comparison_1.shandscripts/query_comparison_2.shexecute sql scripts in order to make a comparison between the original query and the generated by the compiler.