starting to install diesel

This commit is contained in:
2023-10-08 02:07:39 +02:00
parent 467f7b4b1d
commit 22ea7cab3d
7 changed files with 183 additions and 8 deletions
+17 -1
View File
@@ -44,4 +44,20 @@ So this is not thought of being a framework.
- User and Role Implementation
- Event-Bus link to RabbitMQ
- Logging
## Development Installation
For Dev with SQLite
- `cargo install diesel_cli --no-default-features --features postgres`
### Windows 10
Env if using MINGW64;
export PATH=$PATH:"/c/Program Files/PostgreSQL/12/bin"
export PQ_LIB_DIR="C:\Program Files\PostgreSQL\12\lib"
Install a postgres:
choco install postgresql12 --force --params '/Password:root'