Database model used in the RAMP bundle
Project description
This package contains the ORM model for the RAMP database.
Set up of a PostgreSQL database
create db directory and initialise the PostgreSQL database:
mkdir postgres_dbs initdb postgres_dbs
start the PostgreSQL engine:
pg_ctl -D postgres_dbs -l postgres_dbs/logfile start
create a user <db_user> and set a password <db_password>:
createuser --pwprompt <db_user>
create the database called <db_name> for that user:
createdb --owner=<db_user> <db_name>
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
ramp-database-0.3.1.tar.gz
(65.7 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.3.1.tar.gz
.
File metadata
- Download URL: ramp-database-0.3.1.tar.gz
- Upload date:
- Size: 65.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9c04d28c65d3841adb83eb99627462b0cd66bfdcdb14a1971efdd9586bf5095 |
|
MD5 | 2e76bbdc0896bfbd948a2e0f55499ca9 |
|
BLAKE2b-256 | 0d8044aa6b749e70de953179a47e7bfd2cbc16c1b617c9e32828d0dcf29f2eb2 |
File details
Details for the file ramp_database-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.3.1-py3-none-any.whl
- Upload date:
- Size: 90.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bfdb9d33de49c40323247435c1c8d337dde5ab84689b84c22cf4d49318d7699 |
|
MD5 | edcc4a3d2eeef00abcbfaca82800d0e5 |
|
BLAKE2b-256 | 54d2f40ee9098733d82d2333a043a34bd85acef53cd7d815fec13f1da50b5af0 |