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.5.0.tar.gz
(67.6 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.5.0.tar.gz
.
File metadata
- Download URL: ramp-database-0.5.0.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 | d4b11515f4577e83e3790bc6551e803a0a9993d9f0061df5f1e0bfb30bb7f98e |
|
MD5 | c52fd1e8f54d72e072dc0937d41e5947 |
|
BLAKE2b-256 | e640cb6a515d9fd6487c711fc06ec76712646b97c93d093fa0c228a38e2b5bee |
File details
Details for the file ramp_database-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.5.0-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 | 30e69b028c04298697f84b7877dafe95b7239343a8e8f9551c17b22d3eec8ebd |
|
MD5 | f188c5cd11ea6e28f450966a7ce22c61 |
|
BLAKE2b-256 | 389a4a6fed15c08613f6f3c7ea8b8e9e8ef50c394b1dca6b744c7437d8d43397 |