/FirebirdScripts

Scripts for Firebird Database server

Primary LanguagePowerShellMIT LicenseMIT

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.