# Packages
Package config defines a series of configuration, include yaml configuration, remote configuration
and integration configuration which contains the above two configurations.
Package datasource defines datasource interface, and implements the interface by ClusterDataSource,
NodeDataSource, and ActualDataSource.
Package router which will route an actual datasource according to route strategy and sql type.
Package util provides the function IsOnlyRead to check sql is only read, and provides a LRUCache.