首先说一下doctrine的官网: http://www.doctrine-project.org/index.html
dbal的官网: http://www.doctrine-project.org/projects/dbal.html
dbal 是 database abstraction layer 的缩写
以下为dbal的源码分析
| -- dbal
| -- bin
| -- lib
| -- Doctrine
| -- DBAL
| -- Cache
| -- Connections
| -- Driver
| -- Event
| -- Exception
| -- Id
| -- Logging
| -- Paltforms
| -- Query
| -- Schema
| -- Sharding
| -- Tools
| -- Types
| -- vendor
| -- composer.json
| -- LICENSE
| -- README.md
| -- SECURITY.MD
| -- UPGRADE.MD