/CRUD-SQLAlchemy-SQLite

CRUD Operations with SQLAlchemy on an SQLite database

Primary LanguagePythonMIT LicenseMIT

CRUD-SQLAlchemy-SQLite

By Narotam Singh

CRUD Operations with SQLAlchemy on an SQLite database

Requirements:

Python
SQLAlchemy
SQLite

How to install and use:

  • First you need database_setup.py to create empty SQLite database, can be downloaded here OR You can use restaurantmenu.db file.
  • Then Download this repositorie.
  • Run application:
    • $ python crud.py