@leovigna/sol-sql
v0.0.2
Published
SQL for Ethereum smart contracts. Makes storage and relationship management as easy as SQL commands.
Maintainers
Readme
ETH SQL
A SQL-compatible Ethereum storage contract and client.
Makes storage and relationship management as easy as INSERT INTO table (col_1) VALUES (val_1);.
Status
Work in progress.
Thanks
Special thanks to existing projects that were forked and adapted for this project:
- https://github.com/pouladzade/Seriality
- https://github.com/OpenZeppelin/openzeppelin-contracts-ethereum-package/blob/master/contracts/utils/EnumerableSet.sol
