Re: [web2py] Connect DAL to Azure Postgres Instance

2018-09-28 Thread Javier Pepe
Try this: db = DAL("postgres://xw@dbname-postgres: p...@dbname-postgres.postgres.database.azure.com/dbname") El vie., 28 de sep. de 2018 a la(s) 02:17, gb (gregb...@gmail.com) escribió: > Trying to connect to Azure-hosted postgres on version > 2.17.1-stable+timestamp.2018.08.06.01.02.56 > > If I

[web2py] Connect DAL to Azure Postgres Instance

2018-09-27 Thread gb
Trying to connect to Azure-hosted postgres on version 2.17.1-stable+timestamp.2018.08.06.01.02.56 If I try and connect with: db = DAL( "postgres://dbname@dbname-postgres:p...@dbname-postgres.postgres.database.azure.com/dbname" ) I get this: Invalid URI string in DAL I thought it might have to