PHP 8.2.30
Preview: __init__.py Size: 1.02 KB
//opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__init__.py

# sqlite/__init__.py
# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php

from . import base  # noqa
from . import pysqlcipher  # noqa
from . import pysqlite  # noqa
from .base import BLOB
from .base import BOOLEAN
from .base import CHAR
from .base import DATE
from .base import DATETIME
from .base import DECIMAL
from .base import FLOAT
from .base import INTEGER
from .base import JSON
from .base import NUMERIC
from .base import REAL
from .base import SMALLINT
from .base import TEXT
from .base import TIME
from .base import TIMESTAMP
from .base import VARCHAR


# default dialect
base.dialect = dialect = pysqlite.dialect


__all__ = (
    "BLOB",
    "BOOLEAN",
    "CHAR",
    "DATE",
    "DATETIME",
    "DECIMAL",
    "FLOAT",
    "INTEGER",
    "JSON",
    "NUMERIC",
    "SMALLINT",
    "TEXT",
    "TIME",
    "TIMESTAMP",
    "VARCHAR",
    "REAL",
    "dialect",
)

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:07:29
Edit Download
73.46 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
2.24 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
2.53 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
4.58 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
20.49 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.02 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).