How can I create my own backup for postgre or mysql?
Printable View
How can I create my own backup for postgre or mysql?
A backup to restore the database like in every source
lol, u have 2 create it... obviously... go learn how postgres or mysql works like look how ure alrdy created databases r made and try 2 learn how they work from there...
Ok. What language(s) is the backup written in and with what program/application?
You are an idiot. There is no language for the backup. If its a postgres backup only postgres will recognize it. If its a mysql backup only mysql will recognize it.
If you are talking about programming a database then your an idiot even more. Just create the tables in the sql program such as MSSQL, MySQL, or Postgres and thats it. The backup is derived from the BackendDB.cs look through that and create your tables end of story.