# WebAssembly triggers in libSQL

DevFeed: [WebAssembly triggers in libSQL](<https://devfeed.tech/articles/webassembly-triggers-in-libsql-6103.md>)

Original publisher: [Read original article](<https://turso.tech/blog/webassembly-triggers-in-libsql-b5eb62cc1c6>)

Author: Piotr Sarna

Published: 2023-01-10T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [libSQL](<https://devfeed.tech/topics/libsql.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [Turso](<https://devfeed.tech/topics/turso.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [turso](<https://devfeed.tech/tags/turso.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

The article presents user-defined WebAssembly functions in libSQL as a way to build triggers and automate workflows. The supplied text also notes that the post references an older version of Turso and briefly describes current Turso capabilities.

## Source excerpt

User-defined WebAssembly functions in libSQL can be used to create powerful triggers, making it easy to automate your workflows. The first official release of libSQL, our open-contribution fork of...