Metadata-Version: 2.1
Name: snowddl
Version: 0.3.0
Summary: Object management automation tool for Snowflake
Home-page: https://github.com/littleK0i/snowddl
Author: Vitaly Markov
Author-email: wild.desu@gmail.com
License: UNKNOWN
Description: 
                SnowDDL is an advanced tool for object management automation in Snowflake.
        
                Getting started: [https://docs.snowddl.com/getting-started](https://docs.snowddl.com/getting-started)
        
                Main features: [https://docs.snowddl.com/features](https://docs.snowddl.com/features)
        
                1. SnowDDL is "stateless".
                2. SnowDDL provides built-in "Role hierarchy" model.
                3. SnowDDL supports ALTER TABLE ... ALTER COLUMN.
                4. SnowDDL re-creates invalid views automatically.
                5. SnowDDL assists your team in code review.
                6. SnowDDL supports "env prefix".
                7. SnowDDL strikes a good balance between dependency management overhead and parallelism.
                8. SnowDDL costs very little.
                9. SnowDDL configuration can be generated dynamically in Python code.
        
                Enjoy!
            
Keywords: snowflake database schema object change ddl sql create alter drop grant
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
