Storing Data in SQLite Using Node-RED -Beginners Workbook

Workbook Download

node-red-sqliteThe workbook is here and includes a sample flow for the exercise.

Please use a valid email address to receive any future updates.

 

 

 

 

Answers to questions

Section 3 Answers

1.True
2.A
3.False
4.D
5.False
6.True
7.True
8..True

Exercise

Template

TIME INTEGER PRIMARY KEY,
DATA TEXT NOT NULL

query
select * from results where json_extract(data,’$.temperature’) >25 limit 4

 

Click to rate this post!
[Total: 0 Average: 0]