Merge core package back into the main repository and split into serval sub packages. #1543
Merged
lunny
merged 4 commits from lunny/merge_core2
into master
3 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'lunny/merge_core2'
Deleting a branch is permanent. It CANNOT be undone. Continue?
In this PR, I merged external package core into main repository and split into serval sub packages.
caches
: Movecache
interface fromcore
and all the implementations inxorm
into this sub package.core
: Move db/stmt/tx related objects from original externalcore
package and keep the interface not change.dialects
: Move all dialects related objects to this package.log
: Move log interface fromcore
to this package and renamed fromILogger
toLogger
.names
: Table names and columns' conversion have been put into here. The originalcore.IMapper
becomesnames.Mapper
now.schemas
: MoveTable
,Column
,Index
,SQLType
and related objects fromcore
to this packge.Replace #1524
bf25a77bca
.