Skip to main content

Django数据库迁移优化,支持写入表注释及字段注释(目前只完善MySQL)

Project description

Django数据库迁移优化,支持写入表注释及字段注释(目前只完善MySQL)

使用示例

# 修改django配置文件 ENGINE 为 django_kelove_db.backends.mysql

DATABASES = {
    'default': {
        'ENGINE': 'django_kelove_db.backends.mysql',
        'NAME': 'test',
        'USER': 'root',
        'PASSWORD': 'root',
        'HOST': '127.0.0.1',
        'PORT': 3306,
    }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-kelove-db-1.0.2.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file django-kelove-db-1.0.2.tar.gz.

File metadata

  • Download URL: django-kelove-db-1.0.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.2

File hashes

Hashes for django-kelove-db-1.0.2.tar.gz
Algorithm Hash digest
SHA256 1c4b80428dc67752b6d4990e7c72fa03f3a50127b82b08fca0c3ea26daf80d1b
MD5 6563b094408de7d682a2aa183bd709c8
BLAKE2b-256 aebe5df0cdcec859e85817a1959f00cbf30c7af04387dad6e1a5cd0cf4bdf262

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page