Skip to main content

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

  1. create db directory and initialise the PostgreSQL database:

    mkdir postgres_dbs
    initdb postgres_dbs
  2. start the PostgreSQL engine:

    pg_ctl -D postgres_dbs -l postgres_dbs/logfile start
  3. create a user <db_user> and set a password <db_password>:

    createuser --pwprompt <db_user>
  4. create the database called <db_name> for that user:

    createdb --owner=<db_user> <db_name>

Project details


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.3.tar.gz (67.6 kB view details)

Uploaded Source

Built Distribution

ramp_database-0.6.3-py3-none-any.whl (92.1 kB view details)

Uploaded Python 3

File details

Details for the file ramp-database-0.6.3.tar.gz.

File metadata

  • Download URL: ramp-database-0.6.3.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

Hashes for ramp-database-0.6.3.tar.gz
Algorithm Hash digest
SHA256 aadc7a39f617be9525a6d5156f3835d08dae7962e88e4fbd1917511201e3488d
MD5 97b2f2888d7be5ee618920b492a2d239
BLAKE2b-256 102fc936b08746bdeaf003f182cee10e82e02b3df1a3e78635705c0672b97eb3

See more details on using hashes here.

File details

Details for the file ramp_database-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: ramp_database-0.6.3-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

Hashes for ramp_database-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 36a8bde321ad9d75f74704a348a586163a97f40074944ce29987162c6ef532f5
MD5 762afeef57258c2701716af660a3c916
BLAKE2b-256 d21fb131baf266f65767bdca6ace7329e2edc06151f53c351e6063dcb5b7ba19

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page