Skip to content

rdchvd/dbs_for_user

Repository files navigation

dbs_for_user

About

The project helps user to easily interact with some types of databases without special knowledge of programming languages or sql commands.

At the moment the project is under development, therefore its functionality and general appearance is very disturbing. If you still want to enjoy its functionality, follow Getting Started.


Getting Started

  1. CREATING AND ACTIVATING VENV

  2. The instruction`s done for Windows so some of the commands on other os can be different!
    Open terminal in the directory with project and write there:

    python3 -m venv name_of_virtual_environment_directory

    and then:

    name_of_virtual_environment_directory/Scripts/activate.bat

    then in your terminal u'll see: (name_of_virtual_environment_directory) c:\path\to\working\directory

  3. INSTALL SOME PACKAGES
  4. Write on terminal the following: pip install -r requirements.txt

  5. RUN
  6. Write on terminal the following: python3 mysqll.py

About

The project helps user to easily interact with some types of databases without special knowledge of programming languages or sql commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages