Parameterized SQL with rqlite 5.5.0

rqlite is a lightweight, open-source, distributed relational database written in Go, with SQLite as its storage engine. v5.5.0 is now out, and adds support for Parameterized SQL statements.

This has been a long-requested feature, and allows rqlite to be operated more securely — because parameterized statements protects you against SQL injection attacks.

You can download the release from GitHub.

Leave a Reply

Your email address will not be published. Required fields are marked *