Skip to content

Commit f783a96

Browse files
committed
chore(docs): additional readme updates
1 parent 9974af8 commit f783a96

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,9 @@ SQLSpec is a work in progress. While it offers a solid foundation for modern SQL
2626

2727
We've talked about what SQLSpec is not, so let's look at what it can do.
2828

29-
### Basic Example
29+
These are just a few of the examples that demonstrate SQLSpec's flexibility and each of the bundled adapters offer the same config and driver interfaces.
3030

31-
### Multiple Database Engines
32-
33-
### Examples, Bells and Whistles
34-
35-
Let's take a look at a few alternate examples that leverage DuckDB and Litestar.
36-
37-
#### DuckDB LLM
31+
### DuckDB LLM
3832

3933
This is a quick implementation using some of the built in Secret and Extension management features of SQLSpec's DuckDB integration.
4034

@@ -76,7 +70,7 @@ with sql.provide_session(etl_config) as session:
7670
print(result)
7771
```
7872

79-
#### DuckDB Gemini Embeddings
73+
### DuckDB Gemini Embeddings
8074

8175
In this example, we are again using DuckDB. However, we are going to use the built in to call the Google Gemini embeddings service directly from the database.
8276

@@ -130,7 +124,7 @@ etl_config = sql.add_config(
130124
)
131125
```
132126

133-
#### Basic Litestar Integration
127+
### Basic Litestar Integration
134128

135129
In this example we are going to demonstrate how to create a basic configuration that integrates into Litestar.
136130

docs/PYPI_README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,9 @@ SQLSpec is a work in progress. While it offers a solid foundation for modern SQL
2626

2727
We've talked about what SQLSpec is not, so let's look at what it can do.
2828

29-
### Basic Example
29+
These are just a few of the examples that demonstrate SQLSpec's flexibility and each of the bundled adapters offer the same config and driver interfaces.
3030

31-
### Multiple Database Engines
32-
33-
### Examples, Bells and Whistles
34-
35-
Let's take a look at a few alternate examples that leverage DuckDB and Litestar.
36-
37-
#### DuckDB LLM
31+
### DuckDB LLM
3832

3933
This is a quick implementation using some of the built in Secret and Extension management features of SQLSpec's DuckDB integration.
4034

@@ -76,7 +70,7 @@ with sql.provide_session(etl_config) as session:
7670
print(result)
7771
```
7872

79-
#### DuckDB Gemini Embeddings
73+
### DuckDB Gemini Embeddings
8074

8175
In this example, we are again using DuckDB. However, we are going to use the built in to call the Google Gemini embeddings service directly from the database.
8276

@@ -130,7 +124,7 @@ etl_config = sql.add_config(
130124
)
131125
```
132126

133-
#### Basic Litestar Integration
127+
### Basic Litestar Integration
134128

135129
In this example we are going to demonstrate how to create a basic configuration that integrates into Litestar.
136130

0 commit comments

Comments
 (0)