create-aio-app icon indicating copy to clipboard operation
create-aio-app copied to clipboard

Proposal: Adding pg_engine flag

Open hzlmn opened this issue 7 years ago • 3 comments

Would be nice if tool provide ability to choose postgres engine (aiopg or asyncpg). Possible command could looks like

create-aio-app project --pg_engine asyncpg

If you consider it as an option i could send pr.

hzlmn avatar Oct 11 '18 11:10 hzlmn

GitMate.io thinks possibly related issues are https://github.com/aio-libs/create-aio-app/issues/24 (add wait script for redis), https://github.com/aio-libs/create-aio-app/issues/1 (Add flake8 and travisci builds), https://github.com/aio-libs/create-aio-app/issues/8 (Add test for the cookiecutter template), and https://github.com/aio-libs/create-aio-app/issues/21 (Add Procfile for deploying to Heroku).

aio-libs-bot avatar Oct 11 '18 11:10 aio-libs-bot

I think it's good idea. I will wait for your pr 😀

Arfey avatar Oct 14 '18 00:10 Arfey

There is current limitation in cookiecutter to add conditional options like if we check use_postgres only then we should choose postgres_engine option. So maybe it will be easier to combine this too options into one.

hzlmn avatar Oct 16 '18 14:10 hzlmn