lixiaojun
2024-08-13 d06e5f065b7d1d2ccb8812d6aeb768b825a82d1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace HStation.Organize
{
    /// <summary>
    ///
    /// </summary>
    internal class DbType
    {
        /// <summary>
        ///
        /// </summary>
        public const string SQLite = "SQLite";
 
        /// <summary>
        ///
        /// </summary>
        public const string PostgreSql = "PostgreSql";
    }
}