Skip to content

Commit 7e4e63f

Browse files
committed
Rename SQL Queries to Query and add Python API documentation
- Rename sql-queries.qmd to query.qmd - Add comprehensive Python query API documentation with examples - Update navigation from 'SQL Queries' to 'Query' - Update README tagline to list all 7 supported databases instead of 'DuckDB only'
1 parent f77a0bc commit 7e4e63f

4 files changed

Lines changed: 576 additions & 434 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sidemantic
22

3-
SQL-first semantic layer for consistent metrics across your data stack. Import from Cube, dbt MetricFlow, LookML, Hex, Rill, Superset, and Omni. Unapologetically supports DuckDB and DuckDB *only* at the moment.
3+
SQL-first semantic layer for consistent metrics across your data stack. Import from Cube, dbt MetricFlow, LookML, Hex, Rill, Superset, and Omni. Supports DuckDB, PostgreSQL, BigQuery, Snowflake, ClickHouse, Databricks, and Spark SQL.
44

55
[Documentation](https://sidemantic.com)[GitHub](https://github.com/sidequery/sidemantic)
66

docs/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ website:
3333
href: metrics.qmd
3434
- text: "Relationships"
3535
href: relationships.qmd
36-
- text: "SQL Queries"
37-
href: sql-queries.qmd
36+
- text: "Query"
37+
href: query.qmd
3838
- text: "CLI"
3939
menu:
4040
- text: "Overview"

0 commit comments

Comments
 (0)