Coverage for policyd_rate_limit/const.py: 100%
3 statements
« prev ^ index » next coverage.py v7.3.0, created at 2023-08-27 09:19 +0000
« prev ^ index » next coverage.py v7.3.0, created at 2023-08-27 09:19 +0000
1# This program is distributed in the hope that it will be useful, but WITHOUT
2# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
3# FOR A PARTICULAR PURPOSE. See the GNU General Public License version 3 for
4# more details.
5#
6# You should have received a copy of the GNU General Public License version 3
7# along with this program; if not, write to the Free Software Foundation, Inc., 51
8# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
9#
10# (c) 2015 Valentin Samir
11SQLITE_DB = 0
12MYSQL_DB = 1
13PGSQL_DB = 2