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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ramp-database-0.8.1.tar.gz.
File metadata
- Download URL: ramp-database-0.8.1.tar.gz
- Upload date:
- Size: 71.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f761979e2532c950bcfefd4fb761651a5762686330ee0186df121840aac53e2
|
|
| MD5 |
558ecbd804e2297376a2e12ff4a1f9a5
|
|
| BLAKE2b-256 |
40295503e00808668f767dc9078aa1a1c1a986a97baa391017e34862f56e3071
|
File details
Details for the file ramp_database-0.8.1-py3-none-any.whl.
File metadata
- Download URL: ramp_database-0.8.1-py3-none-any.whl
- Upload date:
- Size: 93.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dab2af173cc657aad9fb526580c2a191d10d6423a6424e671a40a57801ec6c30
|
|
| MD5 |
42b4faca8ab55733fddabda874be0e8f
|
|
| BLAKE2b-256 |
8752d504cb3af8ab072a0cadce59b862a9e8e1e57b5fa269960f27fa98f46dd7
|