Skip to content

A test to create an SQL-like experience using my custom gridclass TUI

Notifications You must be signed in to change notification settings

vixthevix/CPPSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This will be a test to create a SQL-like way of creating databases, getting data from them and manipulating them in the Command Prompt of a Windows machine.

It will be using my custom gridclass TUI to display both SQL queries and database information.

could potentially also use a server-web-client model to share and save databases onto a profile. something like git for databases. this is a last step thing tho

Title screen:

  • Create database
  • Select database
  • Import database
  • Export database

Databases should be in json files when importing. for a relational database, that could be its own thing, or have it as a mode to switch between on title


| | SELECT (RELATIONAL/SINGLE) <-- | CREATE (RELATIONAL/SINGLE) | IMPORT (RELATIONAL/SINGLE) | EXPORT (RELATIONAL/SINGLE) | | |

About

A test to create an SQL-like experience using my custom gridclass TUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages