Skip to content

Dynamic CRUD operation in Sqlite Database using Python Script

Notifications You must be signed in to change notification settings

Veeralishah/CRUD-in-Sqlite-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-in-Sqlite-DB

Dynamic CRUD operation in Sqlite Database using Python Script

Getting Started

First, You Can run Main file, Thne User Input for What Operation do like Create table, Update Record, Delete Record & Show Table Data.

Prerequisites

For this, In Your Machine You have install Sqlite & Python.

Installing

if You can use Windows, You have to install Python & Sqlite both.

http://www.sqlitetutorial.net/download-install-sqlite/

for step by step install Sqlite in Ubuntu 16.04:

https://www.digitalocean.com/community/tutorials/how-and-when-to-use-sqlite

Running the tests

First, You have to run Main file, In that User Choice is define. we can doing 5 types of operation : Create, Read, Update, Delete.

After that config file work as a create database & maintain Connection of SQL Server. CRUd file can contains all the Queries of operation.

And coding style tests

Python Scripting Python2 use for coding. pep8 standards using for python code in the code.

Authors

  • Veerali Shah - Initial work

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

Dynamic CRUD operation in Sqlite Database using Python Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages