Linx Training Resources

This post contains the details to be used in the in-person Linx training.

Resources:

Here are the resources that you will need during the training:

CSV

Here is the CSV file that you will need during the training:
clients.csv (5.0 KB)

Database:

Here is the SQLite database:
TrainingDB.zip (899 Bytes)

Unzip it and place it somewhere - this is the database you will be setting up in the ODBC connection.

API

Setup

Before you start building in Linx, you need to set up your database environment. You can use any database technology you want, however in the traiing a specific SQLite database is used.

  1. Download the database from above and unzip the file into a folder on your computer

  2. You can now connect to the SQLite database by using the SQLite plugin.

Other

During the training, the following JSON may be useful:

{ "Name": "string", "Surname": "string", "Email": "string", "Cellphone": "string", "AddedBy": "string" }