File size: 264 Bytes
252d749
fa1fb30
d7d0d8e
591d823
ca40eab
252d749
37a8522
fa1fb30
 
252d749
 
1
2
3
4
5
6
7
8
9
10
11
12
import databases
import orm, asyncio
import os

dbLink = 'postgresql+asyncpg://postgres.vfhoydxvxuesxhrcdnmx:PkkneZrSFsnJR6B@aws-0-us-west-1.pooler.supabase.com:5432/postgres'


database = databases.Database(dbLink)


models = orm.ModelRegistry(database=database)