- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 89字
- 2021-07-15 17:10:28
The database - adding persistence to our data
Everything we have discussed until this point has been stateless. If we want to make use of data from another point in time or from other systems in a centralized way, we need to add a database.
By adding persistence, we add a lot of value to our application:
- We can now view values from the past
- We can now show changes in values rather than just the values themselves
- We can now store data from multiple sensors and view them together
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Learn ECMAScript(Second Edition)
- 網店設計看這本就夠了
- Learning Unity 2D Game Development by Example
- Node Cookbook(Second Edition)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Extending Unity with Editor Scripting
- Learning iOS Security
- Building Slack Bots
- Scala Functional Programming Patterns
- Learning Android Application Testing
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- WildFly Cookbook
- 編程的原則:改善代碼質量的101個方法
- LabVIEW入門與實戰開發100例(第4版)