Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gino-starlette mysql #4

Open
oleeks opened this issue Jun 30, 2020 · 1 comment
Open

gino-starlette mysql #4

oleeks opened this issue Jun 30, 2020 · 1 comment

Comments

@oleeks
Copy link

oleeks commented Jun 30, 2020

use [gino-mysql-support](https://github.com/wwwjfy/gino/tree/mysql-support ,"gino-mysql-support")

Run error:
TypeError: Invalid argument(s) 'min_size','max_size' sent to create_engine(), using configuration AiomysqlDialect/GinoEngine.
Please check that the keyword arguments are appropriate for this combination of components.

After repair
rv = await User.create(nickname=user.nickname) Unable to commit to database ,Need to add “autocommit”=True

At last
image

@fantix
Copy link
Member

fantix commented Sep 7, 2020

Oh, thanks for the report! I think I had similar concerns here: python-gino/gino#685 (review).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants