Skip to main content

Database layer library

Project description

data-layer-lib

Database Layer Library

introduction

This is a library package for handling database models.

Getting Started

1- Clone the repository

2- To manually create a virtualenv

$ python -m venv .venv

3- To install all the dependencies

$ poetry install

4- To create a migration for the first time, execute the following command

$ alembic revision --autogenerate -m "migration name"

The same command can be used to generate a new migrations

5- Verify the alembic autogenerated db scripts

6- To apply migrations, execute the following command. This will to create/update tables in the database

$ alembic upgrade head

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

data_layer_lib-1.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

data_layer_lib-1.0.2-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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