mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
869 B
869 B
Connection and connection options
- What is
Connectionin 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
- Loading from
- 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
Connectionclass APIConnectionManagerclass API