AOS-SQLite implements Sqlite in the AOS Lua Web Assembly Module, this means that the SQLite module supports all of the AOS Features, but includes SQLite3.
Problem
AOS recently added the support for Assignments this AO feature allows users to send existing TX's to processes without having to create a duplicate message. Since Arweave Data is permanent then send an existing message to a process should not require creating another data-item.
This issue is a feature request to rebuild the SQLite module with Assignment Support.
Background
AOS-SQLite implements Sqlite in the AOS Lua Web Assembly Module, this means that the SQLite module supports all of the AOS Features, but includes SQLite3.
Problem
AOS recently added the support for
Assignments
this AO feature allows users to send existing TX's to processes without having to create a duplicate message. Since Arweave Data is permanent then send an existing message to a process should not require creating another data-item.This issue is a feature request to rebuild the SQLite module with Assignment Support.