Skip to content

A minimal native Python CURD app using SQLite and Postgres.

Notifications You must be signed in to change notification settings

akashadhikari/PyCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyCrud

A simple Python CRUD application with not much fancy libraries and pre-built packages (Well, expect for some cases :p ).

Actions

  • SQLite Database connectivity for Python.
  • Fake test data.
  • Database- Python CRUD.
  • Sorting and Searching.

In comes POSTGRES

  • Postgres-Python connectivity with big data.
  • CRUD- Command line
  • Sorting and Searching
  • Packaging

Input Data - Person Profiling

  • Name
  • Email
  • Phone
  • Bio
  • DOB
  • Gender
  • Address (Long, Lat)
  • Image (Base64)
  • Social media URL

About

A minimal native Python CURD app using SQLite and Postgres.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages