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.2.0.tar.gz
(65.6 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.2.0.tar.gz
.
File metadata
- Download URL: ramp-database-0.2.0.tar.gz
- Upload date:
- Size: 65.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d481d3860d265225a0a3fb105337227997d3d1bdfd32455f7a9997473e6c7dc |
|
MD5 | f3104e03d50f33c24dc84980e22f61ff |
|
BLAKE2b-256 | 57b05ef8d0d53a2c581f10b3be0e98787c0aabc5846125e2a3cefbff18945bd5 |
File details
Details for the file ramp_database-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.2.0-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/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c606fb6735f57644391000597af04c77ca26f43b211d547c941812e126637a41 |
|
MD5 | 16e36da0d4e3b7d8e0308199fe359bcb |
|
BLAKE2b-256 | 067816d2572192583117c794934df8b395ff4df80043d52a98beefedd40222d5 |