mirror of
https://github.com/getml/sqlgen.git
synced 2026-02-18 06:38:35 -06:00
Updated README for Windows instructions (#6)
This commit is contained in:
committed by
GitHub
parent
ea7a1fe8e0
commit
c51f1c9c33
@@ -5,6 +5,7 @@
|
||||
[](https://shields.io/)
|
||||
[](https://shields.io/)
|
||||
[](https://shields.io/)
|
||||
[](https://shields.io/)
|
||||
|
||||
sqlgen is a modern, type-safe ORM and SQL query generator for C++20, inspired by Python's [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy)/[SQLModel](https://github.com/fastapi/sqlmodel) and Rust's [Diesel](https://github.com/diesel-rs/diesel). It provides a fluent, composable interface for database operations with compile-time type checking and SQL injection protection.
|
||||
|
||||
@@ -22,7 +23,7 @@ sqlgen is a modern, type-safe ORM and SQL query generator for C++20, inspired by
|
||||
|
||||
### Installation
|
||||
|
||||
1. Install required dependencies:
|
||||
1. Install required dependencies (skip this step on Windows):
|
||||
```bash
|
||||
sudo apt-get install autoconf bison flex
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user