Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 505 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 505 Bytes

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.