django-cockroachdb
CockroachDB Backend for Django
File Explorer
Download Latest Version (.zip)- linters.yml
- tests.yml
- build.sh
- cockroach_gis_settings.py
- cockroach_settings.py
- runtests.py
- __init__.py
- base.py
- client.py
- creation.py
- features.py
- functions.py
- introspection.py
- lookups.py
- operations.py
- schema.py
- utils.py
- __init__.py
- base.py
- features.py
- functions.py
- introspection.py
- operations.py
- schema.py
- .gitignore
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/cockroachdb/django-cockroachdb
Downloads the entire project code from GitHub to your computer.
cd django-cockroachdb
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
