- 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.
- Mastering Visual Studio 2017
- 編程的修煉
- The Android Game Developer's Handbook
- 控糖控脂健康餐
- GitLab Repository Management
- Java程序設計與實踐教程(第2版)
- C語言實驗指導及習題解析
- 零基礎輕松學SQL Server 2016
- Visual Basic程序設計實踐教程
- Node.js:來一打 C++ 擴展
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術
- 好好學Java:從零基礎到項目實戰(zhàn)
- Django 3.0應用開發(fā)詳解
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Offer來了:Java面試核心知識點精講(框架篇)