Skip to content

Commit f7e0d66

Browse files
committed
fix: formatting
1 parent 9f4b0b6 commit f7e0d66

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SQLSpec draws inspiration from `aiosql`, aiming to provide a more flexible and e
2929

3030
The primary goal at this stage is to establish a **native connectivity interface** that works seamlessly across all supported database environments. This means you can connect to any of the supported databases using a consistent API, regardless of the underlying driver or dialect.
3131

32-
#### Adapters: Completed, In Progress, and Planned
32+
### Adapters: Completed, In Progress, and Planned
3333

3434
This list is not final. If you have a driver you'd like to see added, please open an issue or submit a PR!
3535

@@ -55,8 +55,6 @@ This list is not final. If you have a driver you'd like to see added, please ope
5555

5656
### Proposed Project Structure
5757

58-
### Proposed Project Structure
59-
6058
- `sqlspec/`:
6159
- `adapters/`: Contains all database drivers and associated configuration.
6260
- `extensions/`:

docs/PYPI_README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SQLSpec draws inspiration from `aiosql`, aiming to provide a more flexible and e
2929

3030
The primary goal at this stage is to establish a **native connectivity interface** that works seamlessly across all supported database environments. This means you can connect to any of the supported databases using a consistent API, regardless of the underlying driver or dialect.
3131

32-
#### Adapters: Completed, In Progress, and Planned
32+
### Adapters: Completed, In Progress, and Planned
3333

3434
This list is not final. If you have a driver you'd like to see added, please open an issue or submit a PR!
3535

@@ -55,8 +55,6 @@ This list is not final. If you have a driver you'd like to see added, please ope
5555

5656
### Proposed Project Structure
5757

58-
### Proposed Project Structure
59-
6058
- `sqlspec/`:
6159
- `adapters/`: Contains all database drivers and associated configuration.
6260
- `extensions/`:

0 commit comments

Comments
 (0)