Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Basic sql engine which supports simple queries of the type: SELECT <attributes> FROM <tables> WHERE <condition>;

BlitW0/Mini-SQL-Engine

Repository files navigation

Mini-SQL-Engine

Basic sql engine which supports simple queries of the type:

SELECT <attributes> FROM <tables> WHERE <condition>;

How to run

  • Run all the commands in one terminal tab
  • Install python3 and python3-venv
sudo apt install python3 python3-venv
  • Create a virtual environment, activate the environment and install dependencies
python3 -m venv env
source env/bin/activate
pip install --upgrade pip && pip install -r requirements.txt
  • To run query, use the following command
python3 20171171.py "<query_string>"
  • After finishing running queries, deactivate environment
deactivate
rm -r env/

About

Basic sql engine which supports simple queries of the type: SELECT <attributes> FROM <tables> WHERE <condition>;

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /