Skip to content

Build, edit and delete SQL tabels, And record on the run

Notifications You must be signed in to change notification settings

M-Saeb/kash_orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is still underconstruction, so many of what's writting here is still not developed

Kash ORM

Build, edit and delete SQL tabels, And record on the run. KashORM allows to intreact with a datbase without need to definning static models for it. Used for systems that require editing databased on the run

DB Library

Diagram image

  • The DB library is built with SQLAlchemy and it meant to work with PostgreSQL
  • As shown in the graph, there is no specific model defined. Instead, the library is built to create model from the SQL tables on the connected database

Tests

  • Using PyTest as the testing framwork for this project

Usefull Links

some usefull docs pages that I'm using for the project:

  • SQL Alchemy with autoload link and link2
  • SQL Alchemy with automp link
  • SQLAlchemy AuthMap link
  • SQLAlchemy Class mapping API link

About

Build, edit and delete SQL tabels, And record on the run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages