- Creative Projects for Rust Programmers
- Carlo Milanesi
- 148字
- 2021-06-18 19:01:59
Summary
In this chapter, we looked at some basic techniques to access data in popular text formats (TOML, JSON, and XML) or data managed by popular database managers (SQLite, PostgreSQL, and Redis). Of course, many other file formats and database managers exist, and there is still a lot to be learned about these formats and these database managers. Nevertheless, you should now have a grasp of what they do. These techniques are useful for many kinds of applications.
In the next chapter, we will learn how to build a web backend service using the REST architecture. To keep that chapter self-contained, we will only use a framework to receive and respond to web requests, and not use a database. Of course, that is quite unrealistic; but by combining those web techniques with the ones introduced in this chapter, you can build a real-world web service.
- Mastering Ext JS(Second Edition)
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Mastering PHP Design Patterns
- GitLab Repository Management
- Data Analysis with IBM SPSS Statistics
- Python大學實用教程
- Getting Started with Python
- Building Slack Bots
- 從零學Java設計模式
- 微前端設計與實現
- Android編程權威指南(第4版)
- C語言程序設計實驗指導與習題精解
- Python繪圖指南:分形與數據可視化(全彩)
- Practical Responsive Typography
- C/C++程序設計教程