GithubHelp home page GithubHelp logo

sql2fs's Introduction

sql2fs

A tool for creating a file-system representation of a SQL Server database.

Usage:
sql2fs [options]

Options:
-s, --server <server>                   Required: Connect to a SQL Server instance
-d, --database <database>               Optional: Connect to a specific database
-dir, --directory <directory>           Optional: Directory to store the files
-u, --username <username>               Optional: Username to connect connect to the server
-p, --password <password>               Optional: Password to connect to the server
-t, --types <types>                     Types of documentation to include (all, t = table, s = stored procedure, v = view, u = user-defined function) 
                                        [default: all]
-c, --clean                             Clean the provided directory before saving documentation [default: False]
--prune                                 Remove any existing file if the object doesn't exist [default: True]
-e, --ignore-encryption                 Ignore any encrypted object [default: True]
-ni, --name-include <name-include>      Comma-seperated list of object name prefixes to include
-ne, --name-exclude <name-exclude>      Comma-seperated list of object name prefixes to exclude
-si, --schema-include <schema-include>  Comma-seperated list of object schemas to include
-se, --schema-exclude <schema-exclude>  Comma-seperated list of object schemas to exclude
--version                               Show version information
-?, -h, --help                          Show help and usage information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.