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.7.2.tar.gz
(68.1 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.7.2.tar.gz
.
File metadata
- Download URL: ramp-database-0.7.2.tar.gz
- Upload date:
- Size: 68.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0daf78a41b1a133102496eeb1729b59e9adb85771bb96c650549d467db79e23b |
|
MD5 | a5af554232141a65f216ffe93dc4cc73 |
|
BLAKE2b-256 | 107bb5b060231eb7c9263540e56fb908ea9fa7337076c1056ef9a79ded1bcc4b |
File details
Details for the file ramp_database-0.7.2-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.7.2-py3-none-any.whl
- Upload date:
- Size: 92.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21e4e5b5673b3c621b2091022ad7ed2524ec08e74629f1298caef66f5997dd9a |
|
MD5 | 68cc23475030e7eb27853e18b9a089f5 |
|
BLAKE2b-256 | 63dd2eec5085e03563c99a431917f07af98de64d25b5fb04319558070f66c27e |