TypeScript Quick-Start

This page aims to give a quick start example on how to use Mind Lake via TypeScript SDK.

  • Demos on how to connect lake, create a table, encrypt data, and insert and query on encrypted data.

  • You can check out TypeScript API Reference to view more advanced functions.

Preparation

If you need to configure TypeScript local environment, please visit our step-by-step tutorial for TypeScript:

Source Code

Execution Output:

Last updated