This is a quick demonstration of the provision behavior of Aries Askar.
To run:
docker-compose build
docker-compose run test
docker-compose logs postgres
docker-compose down -v
This will:
- build
- run the test script which connects to a Postgres Askar store and performs a few actions
- print the logs from the postgres DB which will show all queries executed
- and then clean up the containers.
As demonstrated, the CREATE DATABASE
query in the init.sql prevents Askar from attempting to create a DB itself.