# Introduction

SnowDDL is a [declarative-style](https://www.snowflake.com/blog/embracing-agile-software-delivery-and-devops-with-snowflake/) tool for object management automation in [Snowflake](http://snowflake.com).

It is not intended to replace other tools entirely, but to provide an alternative approach focused on practical data engineering challenges.

You may find SnowDDL useful if:

* complexity of object schema grows exponentially, and it becomes hard to manage;
* your organization maintains multiple Snowflake accounts (dev, stage, prod);
* your organization has multiple developers sharing the same Snowflake account and suffering from conflicts;
* it is necessary to generate some part of configuration dynamically using Python;

### SingleDB (upd: Jun 2022)

A new simplified [SingleDB mode](https://docs.snowddl.com/single-db) is now available for SnowDDL. It can be used to manage schemas and schema objects in a single database only.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snowddl.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
