P.V.S Srikanth

Results 26 comments of P.V.S Srikanth

Hi Sir, Thanks for the prompt response. I have a legacy Postgresql Table which has a few million records in it. I want to autogenerate models with your project FastAPIQuickCRUD...

Dear Sir, Thanks for the reply . I created models using sqlagen # coding: utf-8 from sqlalchemy import Column, DateTime, Index, Integer, Numeric, String, Table, UniqueConstraint, text from sqlalchemy.ext.declarative import...

DearSir engine = create_async_engine('postgresql+asyncpg:// ***@***.***:5432/iibtestdb', future=True, echo=True, pool_use_lifo=True, pool_pre_ping=True, pool_recycle=7200) On Thu, Nov 17, 2022 at 4:17 PM Luis ***@***.***> wrote: > Dear Sir, > Thanks for the reply ....

Dear Sir, Please keep in confidential with you only KINDLY using sqlautogen redirected to db.py # coding: utf-8 from sqlalchemy import Column, DateTime, Index, Integer, Numeric, String, Table, UniqueConstraint, text...

Dear Sir, Please keep code confidential KINDLY using sqlautogen redirected to db.py # coding: utf-8 from sqlalchemy import Column, DateTime, Index, Integer, Numeric, String, Table, UniqueConstraint, text from sqlalchemy.ext.declarative import...

O.k Sir, I will try this new code Thanks for your kind support to me. Regards, On Thu, Nov 17, 2022 at 5:34 PM Luis ***@***.***> wrote: > but I...

Dear Sir, I again created sqlautoten db.py and copied your code as test.py and ran python test.py CHANGING THE SQLALCHEMY URL it-server:/tmp/fastapi-crud-template-generator-main$ python test.py Traceback (most recent call last): File...

Dear Sir, I again created new env it worked *AMAZING * [image: image.png] This is one of the inspiration project for me and many people. We will be able to...

What is this project purpose sir Please explain in brief My requirement is I have legacy database in postgresql and MSSQL These database tables should be EXPOSED with High performance...

Dear Sir, I tried this project server:/tmp/fastapi-crud-template-generator-main$ python crud.py Traceback (most recent call last): File "crud.py", line 4, in from fastapi_quickcrud_codegen.db_model import DbModel ModuleNotFoundError: No module named 'fastapi_quickcrud_codegen' (myenv)git-server:/tmp/fastapi-crud-template-generator-main$ pip...