# zeeSQL

## zeeSQL

- [zeeSQL, SQL and search by value for Redis. Fast, Simple and Reliable.](https://doc.zeesql.com/master.md)
- [How to](https://doc.zeesql.com/how-to.md): Set of short tutorial to get you started with zeeSQL as fast as possible!
- [How to choose between QUERY and EXEC](https://doc.zeesql.com/how-to/choose-between-query-and-exec.md)
- [know-what-secondary-indexes-are defined](https://doc.zeesql.com/how-to/know-what-secondary-indexes-are-defined-1.md)
- [How to load zeeSQL in Redis](https://doc.zeesql.com/how-to/load-zeesql-into-redis.md)
- [How to check if an index is used in zeeSQL and SQLite](https://doc.zeesql.com/how-to/check-if-the-index-is-used.md)
- [know-what-secondary-indexes-are defined](https://doc.zeesql.com/how-to/know-what-secondary-indexes-are-defined.md)
- [create-an-index](https://doc.zeesql.com/how-to/create-an-index.md)
- [create-a-view](https://doc.zeesql.com/how-to/create-a-view.md)
- [create-a-secondary-index](https://doc.zeesql.com/how-to/create-a-secondary-index.md)
- [How to create a trigger](https://doc.zeesql.com/how-to/create-a-trigger.md)
- [quickly-ingest-data](https://doc.zeesql.com/how-to/quickly-ingest-data.md)
- [How to copy a database](https://doc.zeesql.com/how-to/copy-a-database.md)
- [get-help](https://doc.zeesql.com/how-to/get-help.md)
- [work-with-dates](https://doc.zeesql.com/how-to/work-with-dates.md)
- [using-full-text-search](https://doc.zeesql.com/how-to/using-full-text-search.md)
- [work-with-json](https://doc.zeesql.com/how-to/work-with-json.md)
- [How to create a new database in zeeSQL](https://doc.zeesql.com/how-to/create-a-database.md)
- [How to create a new table in zeeSQL](https://doc.zeesql.com/how-to/create-a-table.md)
- [know-what-tables-are-defined](https://doc.zeesql.com/how-to/know-what-tables-are-defined.md)
- [know-what-databases-are-defined](https://doc.zeesql.com/how-to/know-what-databases-are-defined.md)
- [works-with-boolean](https://doc.zeesql.com/how-to/works-with-boolean.md)
- [How to get zeeSQL](https://doc.zeesql.com/how-to/get-zeesql.md)
- [How to get JSON output](https://doc.zeesql.com/how-to/get-json-output.md)
- [add-multiple-rows](https://doc.zeesql.com/how-to/add-multiple-rows.md)
- [blog](https://doc.zeesql.com/blog.md)
- [node](https://doc.zeesql.com/blog/node.md)
- [Using RediSQL with Node.js](https://doc.zeesql.com/blog/node/using-redisql-with-node.md)
- [JSON on Redis via RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/jaas.md)
- [golang](https://doc.zeesql.com/blog/golang.md)
- [Using RediSQL with Go(lang)](https://doc.zeesql.com/blog/golang/using-redisql-with-golang.md)
- [Doubling the performances of RediSQL, SQL steroids for Redis.](https://doc.zeesql.com/blog/performances.md)
- [zeeSQL now runs on SQLite 3.35](https://doc.zeesql.com/blog/zeesql-updates-to-sqlite3-35.md)
- [Query Redis on two attributes](https://doc.zeesql.com/blog/query-redis-on-two-attributes-using-zeesql.md)
- [RediSQL for analytics](https://doc.zeesql.com/blog/analytics.md)
- [Copying RediSQL databases](https://doc.zeesql.com/blog/copy_database.md)
- [Release 0.9.0 of RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/release_0.9.0.md)
- [Release 0.8.0 of RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/release_0.8.0.md)
- [Release 0.7.0 of RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/release_0.7.0.md)
- [JSON on Redis via RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/json-on-redis-via-redisql-sql-steroids-for-redis.md)
- [Release 0.6.0 of RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/release_0.6.0.md)
- [python](https://doc.zeesql.com/blog/python.md)
- [using-redisql-with-python](https://doc.zeesql.com/blog/python/using-redisql-with-python.md)
- [Release 0.5.0 of RediSQL, SQL steroids for Redis](https://doc.zeesql.com/blog/release_0.5.0.md)
- [References](https://doc.zeesql.com/references.md)
- [zeeSQL commits to backward compatibility](https://doc.zeesql.com/backward-compatibility.md)
- [zeeSQL, a solid product for busy developer](https://doc.zeesql.com/pro.md)
- [zeeSQL and secondary indexes, how to search Redis key by value](https://doc.zeesql.com/secondary-indexes.md)
- [Tutorial](https://doc.zeesql.com/tutorial.md)
- [Pricing for zeeSQL](https://doc.zeesql.com/pricing.md)
- [Why you should migrate from RediSQL to zeeSQL](https://doc.zeesql.com/why-migrate.md)
- [FAQs](https://doc.zeesql.com/faqs.md)
- [Motivation](https://doc.zeesql.com/motivations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.zeesql.com/master.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.
