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.6.2.tar.gz
(67.6 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.6.2.tar.gz
.
File metadata
- Download URL: ramp-database-0.6.2.tar.gz
- Upload date:
- Size: 67.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1008fc47c81fd6904e9698d57397e3d01066b4ba1a355dd6562972b73f685b3e |
|
MD5 | 47308a20950a621a9d80e6a42fb9c3fb |
|
BLAKE2b-256 | 0f5a9a027648842e69cee389beee546e83433e054ca1d2957990b91e4a440888 |
File details
Details for the file ramp_database-0.6.2-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.6.2-py3-none-any.whl
- Upload date:
- Size: 92.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cfd7f2489d87c882badaee5c5f618da709053ad79ef79fe6e099878d8ef924a |
|
MD5 | 96bb6605a5e3a9bae021354cc7acfb90 |
|
BLAKE2b-256 | 9a4a65141f066b6030c258e7254b27844dd169e2c73ee4e52bd9fa7b3b9996bc |