code-ex0 / project_migrate_database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Hello and welcome to our database migration program.

to compile the program you need to use this command

g++ .\main.cpp -o migration -lsqlite3 -std=c++11

then

.\migration.exe <File name>

to execute the program and start the migration.

About


Languages

Language:C++ 100.0%