File size: 262 Bytes
252d749
fa1fb30
d7d0d8e
591d823
0c35668
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+aiopg://postgres.vfhoydxvxuesxhrcdnmx:[email protected]:5432/postgres'


database = databases.Database(dbLink)


models = orm.ModelRegistry(database=database)