Automatic configuration of sqlalchemy with alembic flags -d: database name (this flag is required) -u: username (default postgres) -p: password (default password) -h: hostname (default localhost) example of usage ./async_sa.sh -d test_db Creates a test_db database and configures alembic for it