permaweb / aos-sqlite

AOS Module built with LUA and SQLite
28 stars 5 forks source link

feat: assignment support #7

Closed twilson63 closed 4 months ago

twilson63 commented 5 months ago

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.