Skip to main content

DB schema and sqlalchemy db models for fibrenest

Project description

fibrenest_db_models

This is the DB schema and sqlalchemy db models for fibrenest

Usage

You would want to install this module in your project and then import the needed db model.
There is separate model if the backend DB is postgres.

Installation

pip install fibrenest-db-models

Import for postgres

from fibrenest_db_models.postgres import ONT, CPE, CUSTOMER

Import for all other DBs

from fibrenest_db_models import ONT, CPE, CUSTOMER

Models

  1. ONT: DB table for ONTs info
  2. CPE: DB table for CPEs
  3. CUSTOMER: DB table for customers

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

fibrenest_db_models-0.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

fibrenest_db_models-0.1.1-py3-none-any.whl (4.5 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