Su1tan
Su1tan
Looks like a great feature. Would be great if it'll work with relations also not just links. Deleting subgraphs seems common case to me.
Is there anyone who can help with this?
> > Is there anyone who can help with this? > > @SultanNasyrovDeveloper What kind of help do you need? > > I can try to find my old sources...
Hello everyone! I get the same error in my aiohttp project. Here is my db_init.py from tortoise import Tortoise, run_async from tight_trader.settings import config DSN = "postgres://{user}:{password}@{host}:{port}/{database}" async def create_tables(url):...
I didn't understand what is the right way to solve the problem. init script creates proper database tables. But seems that cant match them with the models