Skip to content

TommiPrami/FirebirdScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

FirebirdScripts

Created place for helper scripts for FireBird Database server.

FbBackpRestore.ps1

Simple script which have methods for Backup, Reastore and Backup and restore.

Very loose codingand naming convention

  • Variables
  • Parameters prefixed with capital A
    • Local variables prefixed with capital L
    • Global variables prefixed with G
    • Constants (And globals vars) in all caps
  • matching {} on same column
  • Keep code loose, does not run any faster even how unreadable it is.

Releases

No releases published

Packages

No packages published