Read and write to Fauna from MS Access / vba?

I have a MS Access database from which I’d like to interact with a Fauna DB.

How would I go about doing that?

I don’t need anything as integrated as a linked table. Just a way to send a block of data to Fauna or read a block of data into Access from Fauna.

Hey, thanks for the question.
This is a pretty generic question since it boils down to how to write data to Fauna and read data to Fauna which would essentially mean that you write a script in your favorite language with our language driver to read or write data (Drivers | Fauna Documentation). I’m assuming that the answer to your question can not be found in our docs, but I would need more information. What did you try so far and where did you get stuck. Or are you rather looking for no-code solutions?