erdmkbc / Database

Basic and usefull simple queries with SQLite program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database

The applications goals are two data that are SQLite(data's folder type .db) and .json forms simple console applications. The algoritms wrote with OO-P style.

chinook data content

You can implement our data

You can query these feautures

  • displayOptions : You can check columns in your data
  • getAllOptions : You can see feautures that you choosed in column
  • chooseFilter : Yuo can use filtering any features
  • ordering : You can ordering data The way you want
  • whereLike : You can search a letter in data.
  • insertInformation : You can add information in data.
  • deleteInformation : You can delete information in data.

About

Basic and usefull simple queries with SQLite program


Languages

Language:Python 100.0%