Database Collection API?

Hi all,

I probably missed this but for the life of me can’t find it. Apologies if this is terribly obvious and I’m just being thick…

What is the API for CRUD operations with database collections? I mean for LiveCode Script rather than actions…

It’s kind of available. But it will be changing.

You can go into Actions and generate a Create Record Action / Delete Record Action etc.

All Actions generate script, so you can then go into the script editor and examine the code generated by the Actions to see the current API.

It will very likely change/be added to as the product moves toward V1. Feel free to examine it as it is now, but know that it’s all going to change.

When it is stable, it will be accompanied with docs and details etc

Thanks Steven, will experiment with the existing for now.

Can I ask - is there a plan to include BLOB support?
Or I guess could just encode as text if not…