Skip to content

This repository contains example structure of complex PonyORM-based project with many entities

License

Notifications You must be signed in to change notification settings

kozlovsky/ponymodules

Repository files navigation

This repository represents a basic example of how PonyORM-based project with many entities can be organized. It contains several modules:

  • base_entities.py - defines db object and some common entities;
  • forum_entities.py - defines some additional entities;
  • university_entities.py - defines some additional entities;
  • all_entities.py - collect all entities together;
  • db_settings.py - define parameters to connect to the database;
  • db_utils.py - define function which connect to the database;
  • db_loading.py - populating some initial data;
  • main.py - the main program.

About

This repository contains example structure of complex PonyORM-based project with many entities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages