Skip to content

xsxVeNxsx/Dhem-test-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dhem-test-work

C# project with basic DB functional and parsing of local files for data insertion.

Run parameters

  • -n DateBase name. Default: dhem__
  • -h DateBase hosting. Default: db4free.net
  • -u DateBase user name. Default: dhem_admin
  • -pass DateBase user password. Default: dhem_admin
  • -port DateBase hosting port. Default: 3306
  • -d Data directory. Default: data/
  • -clear Clear Storage table insted of insert data.

Examples

Connect to 'db4free.net:3306' host by 'dhem_admin:dhem_admin' user:pass at table 'dhem__' and insert data from 'data/' direcotory

DHEM_TestWork.exe

Connect to 'db4free.net:3306' host by 'dhem_admin:dhem_admin' user:pass at table 'dhem__' and clear Storage table

DHEM_TestWork.exe -u dhem_admin -h db4free.net -pass dhem_admin -n dhem__ -port 3306 -clear

Connect to 'localhost:3306' host by 'root' user without password, table 'dhem' and insert data from 'C:\DHEM_TestWork\data' directory

DHEM_TestWork.exe -u root -h localhost -n dhem -port 3306 -d "C:\DHEM_TestWork\data"

About

C# project with basic DB functional and parsing of local files for data insertion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages