TF-48 Setup database manager for local data

This commit is contained in:
dab246
2021-09-08 15:08:48 +07:00
committed by Dat H. Pham
parent 63702035c8
commit 18d0206c44
9 changed files with 201 additions and 3 deletions
@@ -0,0 +1,5 @@
enum DataSourceType {
network,
local
}