typeorm/docs/connection-and-options.md
2017-07-07 18:10:43 +05:00

869 B

Connection and connection options

  • What is Connection in TypeORM
  • Creating a new connection
    • Creating a new connection using main api
    • Creating connection using ConnectionManager
  • Creating a new connection from the configuration files
    • Loading from ormconfig.json
    • Loading from ormconfig.env
    • Loading from ormconfig.yml
    • Loading from ormconfig.xml
  • Connection options
    • Common connection options
    • Specific options for mysql / mariadb
    • Specific options for postgres
    • Specific options for sqlite / websql
    • Specific options for mssql
    • Specific options for mongodb
  • Working with connection
  • Connection usage example in sample express application
  • Using service container and typedi extensions
  • API
    • Main API
    • Connection class API
    • ConnectionManager class API