drizzle-cube 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,11 +4,8 @@
4
4
 
5
5
  Transform your Drizzle schema into a powerful, type-safe analytics platform with SQL injection protection and full TypeScript support.
6
6
 
7
- 📖 **[Documentation](https://www.drizzle-cube.dev/)** • 🚀 **[Try the Sandbox](https://try.drizzle-cube.dev/)**
8
-
9
- > **⚠️ DEVELOPMENT WARNING**
10
- > **This project is under active development and is not yet fully functional. I will update here when we reach an alpha/working version!**
11
- > Feel free to star ⭐ the repo to stay updated on progress.
7
+ 📖 **[Documentation](https://www.drizzle-cube.dev/)**
8
+ 🚀 **[Try the Sandbox](https://try.drizzle-cube.dev/)**
12
9
 
13
10
  [![NPM Version](https://img.shields.io/npm/v/drizzle-cube)](https://www.npmjs.com/package/drizzle-cube)
14
11
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue)](https://www.typescriptlang.org/)
@@ -320,15 +317,8 @@ Supports all Cube.js filter operators with Drizzle safety:
320
317
 
321
318
  ## Documentation
322
319
 
323
- 📚 **[Full Documentation](https://drizzle-cube.dev/help)** - Complete guides and API reference
324
-
325
- ### Quick Links
326
- - [Getting Started](https://drizzle-cube.dev/help/getting-started) - Installation and first steps
327
- - [Core Concepts](https://drizzle-cube.dev/help/getting-started/concepts) - Cubes, dimensions, and measures
328
- - [Semantic Layer](https://drizzle-cube.dev/help/semantic-layer) - Advanced semantic layer features
329
- - [React Client](https://drizzle-cube.dev/help/client) - Dashboard and chart components
330
- - [Hono Adapter](https://drizzle-cube.dev/help/adapters/hono) - Web framework integration
331
- - [Security](https://drizzle-cube.dev/help/semantic-layer/security) - Multi-tenant security patterns
320
+ 📚 **[Full Documentation](https://www.drizzle-cube.dev/)** - Complete guides and API reference
321
+ 🚀 **[Try the Sandbox](https://try.drizzle-cube.dev/)** - Working example version to experiment with
332
322
 
333
323
  ### Local Development
334
324
  ```bash
@@ -341,9 +331,6 @@ npm run build:help
341
331
 
342
332
  ## Examples
343
333
 
344
- 🚀 **[Live Examples](https://github.com/cliftonc/drizzle-cube/tree/main/examples)**
345
-
346
- - **[Basic Example](https://github.com/cliftonc/drizzle-cube/tree/main/examples/basic)** - Simple semantic layer setup
347
334
  - **[Hono Example](https://github.com/cliftonc/drizzle-cube/tree/main/examples/hono)** - Full-featured dashboard with Cloudflare Workers
348
335
 
349
336
  ## Contributing