Tag: Table Storage

Accessing Azure Tables in Lisp

Written by on April 23, 2017 in LISP, Programming with 0 Comments
Accessing Azure Tables in Lisp

In the previous post, we saw how to use cl-azure to access Azure storage, in particular, BLOBs. Today we will experiment with Tables. The following operations are currently supported by the library: – Create a new table – List all the tables available – Add rows to a table – List the contents of a table […]

Continue Reading

Top