Files
wlan-cloud-ucentralsec/src/framework/Storage.h
2021-10-19 19:35:42 -07:00

19 lines
226 B
C++

//
// Created by stephane bourque on 2021-10-06.
//
#ifndef OWPROV_STORAGE_H
#define OWPROV_STORAGE_H
namespace OpenWifi {
enum DBType {
sqlite,
pgsql,
mysql
};
}
#endif //OWPROV_STORAGE_H