sheoak

Results 18 comments of sheoak

> I got it fixed, don't add that code to the settings.py file, use your default database and you should be fine what do you mean by "use your default...

@jmgirven have you found a solution?

@DioNNiS did you manage to implement it? I also want to implement this. Not for "old school" but for texts where pagination is important (screenplays).

full-stack-fastapi-postgresql/{{cookiecutter.project_slug}}/backend/app/app/utils.py it should be "sub" instead of "email" I think

It's a work in progress but you can check my implementation on https://github.com/sheoak/fastapi-backend/blob/1f5471e030ce52483de5e803704e955e4d9ed4b5/app/tests/conftest.py#L117 I reset the database after every integration test using a rollback.

> I would like the same style as you. > > based on absent1706/sqlalchemy-mixins, I created [ scil/ sqlalchemy-mixins-for-starlette](https://github.com/scil/sqlalchemy-mixins-for-starlette) which support starlette and fastcgi by adding a new argument `db`...

@scil could you give an example on how you use: create_from_schema init_from_schema I'm not sure I undertand. I've been working on something using sqlalchemy-mixins without any modification for fastapi for...

Thank you. My implementation is a bit different, I will post it soon, I have 98% coverage with bdd test for now. I removed a lot of the initial repository...

@scil : It's still a work in progress and I will refactor a lot of stuff, but if you are interested you can check my new repository based on full-stack-fastapi-postgresql...

> I'm wondering if the post that I've created should really be combined with this issue. I had a very similar question and posted here: #241 > Any thoughts? Yeah,...