- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 131字
- 2021-07-15 17:10:28
Integrating the database into our application
The database is interfaced with the rest of the application through the server (yet another area where the server acts as the middleware). The server application will add, update, read, and delete data from the database through the use of queries.
All queries to the database can be classified under Create, Read, Update, or Delete operations, which are collectively referred to as CRUD.
In our application, the database will be running on another port in our Raspberry Pi machine. The application server will interact with the database through the local network.
It's important to note that the database is also a server, which occupies a port. This is why we sometimes call it the database server, while our main application runs on the application server.

推薦閱讀
- UI設計基礎培訓教程
- CentOS 7 Server Deployment Cookbook
- Java高手真經(高級編程卷):Java Web高級開發技術
- Building Cross-Platform Desktop Applications with Electron
- Python機器學習實戰
- 重學Java設計模式
- Visual FoxPro程序設計
- INSTANT Passbook App Development for iOS How-to
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Android系統級深入開發
- TMS320LF240x芯片原理、設計及應用
- 詳解MATLAB圖形繪制技術
- Laravel Application Development Blueprints
- Java程序設計與項目案例教程
- Python Deep Learning