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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c4b80428dc67752b6d4990e7c72fa03f3a50127b82b08fca0c3ea26daf80d1b |
|
MD5 | 6563b094408de7d682a2aa183bd709c8 |
|
BLAKE2b-256 | aebe5df0cdcec859e85817a1959f00cbf30c7af04387dad6e1a5cd0cf4bdf262 |