> For the complete documentation index, see [llms.txt](https://doc.zeesql.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.zeesql.com/blog.md).

# blog

- [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)


---

# 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 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://doc.zeesql.com/blog.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.
