Skip to content

Quantum1377/DataBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataBase

C++ archive catalog by file type (.py, .bat, .txt, etc.) with optional lock/unlock by password. Data stored on disk at C:\BigDataStore.

Build and run (PowerShell)

Use .\ for scripts in the current folder:

.\build.bat      # build (needs Visual Studio with C++ and Windows SDK)
.\run.ps1        # run
.\run.ps1 list
.\run.ps1 list .py
.\run.ps1 add C:\path\to\file.py
.\run.ps1 lock_file.py *password*
.\run.ps1 unlock_file.py *password*

Same in Command Prompt: build.bat then run.bat.

Commands

Command Description
(no args) or list List all archives by section
list .<ext> List archives of one type (e.g. list .py)
add <path> Register a file
remove .<ext> <name> Remove an archive
lock_<name> *<password>* Lock archive with password
unlock_<name> *<password>* Unlock archive
help Show usage

About

DataBase with C++...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors