Home

Data-Alchemy is a library made to handle Roblox datastores in a declarative fashion, similarly to libraries such as sqlAlchemy, being mainly inspired by sqlAlchemy.

If you find anything missing from this documentation or that is incorrect, Open an issue on GitHub!

Info

This documentation was made with the assumption you have some familiarity with Lua programming. If you're new to Lua, you should read some resources such as Programming in Lua by Roberto lerusalimschy and the documentation for Lua 5.0.

Info

This documentation was also made with the assumption you have an understanding of how Promises work. If you don't know how they work, you should read the documentation for the Promise implementation we use.