- Creative Projects for Rust Programmers
- Carlo Milanesi
- 199字
- 2021-06-18 19:01:57
Technical requirements
It is required for you to install the SQLite runtime library when you're running the SQLite code. However, it is also useful (although not required) to install a SQLite interactive manager. You can download the precompiled binaries of SQLite tools from https://www.sqlite.org/download.html. However, version 3.11 or higher would be ideal.
Please note that if you're using Debian-derived Linux distribution, the libsqlite3-dev package should be installed.
It is also required for you to install and run the PostgreSQL Database Management System (DBMS) when you're running the PostgreSQL code. As with SQLite, it is useful but not required to install a PostgreSQL interactive manager. You can download the precompiled binary of PostgreSQL DBMS from https://www.postgresql.org/download/. However, version 7.4 or higher would be acceptable.
Installing and running the Redis server is necessary when you're running the Redis code. You can download it from https://redis.io/download.
The complete source code for this chapter can be found in the Chapter02 folder of the repository at https://github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers. In this folder, there is a sub-folder for every project, plus a folder named data, which contains the data that we'll use as input for the projects.
- Python Deep Learning
- Hands-On C++ Game Animation Programming
- ArcGIS By Example
- AppInventor實踐教程:Android智能應用開發前傳
- Node.js全程實例
- C語言程序設計
- Apache Camel Developer's Cookbook
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- RubyMotion iOS Develoment Essentials
- FPGA嵌入式項目開發實戰
- Java EE Web應用開發基礎
- scikit-learn Cookbook(Second Edition)
- Data Manipulation with R(Second Edition)
- 優化驅動的設計方法
- RESTful Web API Design with Node.js(Second Edition)