Open ximiluliyi opened 4 years ago
师傅, 请问下关于数据库连接字符: SQLALCHEMY_DATABASE_URI = 'postgresql://postgres:qazxsw@123@127.0.0.1/bayonet' 其中postgresql postgres qazxsw@123 bayonet这几个参数各自代表什么? 新手查了半天资料无获,谢谢~
postgresql://postgres:qazxsw@123@127.0.0.1/bayonet
格式:dialect+driver://username:password@host:port/database
多种数据库连接形式:
Postgres: postgresql://scott:tiger@localhost/mydatabase
MySQL: mysql://scott:tiger@localhost/mydatabase
Oracle: oracle://scott:tiger@127.0.0.1:1521/sidname
师傅, 请问下关于数据库连接字符: SQLALCHEMY_DATABASE_URI = 'postgresql://postgres:qazxsw@123@127.0.0.1/bayonet' 其中postgresql postgres qazxsw@123 bayonet这几个参数各自代表什么? 新手查了半天资料无获,谢谢~