и этот)
Вот кусок из configure.swift) app.databases.use(.postgres( hostname: Environment["DATABASE_HOST"].or("localhost"), port: Environment["DATABASE_PORT"].flatMap(Int.init(_:)).or(PostgresConfiguration.ianaPortNumber), username: Environment["DATABASE_USERNAME"].or("vapor_username"), password: Environment["DATABASE_PASSWORD"].or("vapor_password"), database: .some(Environment["DATABASE_NAME"].or("vapor_database")) ), as: .psql)
Обсуждают сегодня