Skip to content

Commit

Permalink
GITBOOK-22: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbook-bot committed Aug 23, 2024
1 parent 59ec751 commit 5c19502
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ CQL is a powerful library designed to simplify and enhance the management and ex

## Features

- **Query Builder**: Programmatically create complex SQL queries.
- **Insert, Update, Delete Operations**: Perform CRUD operations with ease.
- **Repository Pattern**: Manage your data more effectively using `Cql::Repository(T)`.
- **Active Record Pattern**: Work with your data models using `Cql::Record(T)`.
* **Query Builder**: Programmatically create complex SQL queries.
* **Insert, Update, Delete Operations**: Perform CRUD operations with ease.
* **Repository Pattern**: Manage your data more effectively using `Cql::Repository(T)`.
* **Active Record Pattern**: Work with your data models using `Cql::Record(T)`.

## Installation

Expand Down Expand Up @@ -140,7 +140,6 @@ user_repository.update(1, name: "Jane Smith")
Work with your data using the Active Record pattern:

```crystal
A
struct Actor < Cql::Record(Actor, Int64)
db_context AcmeDB2, :actors
Expand Down

0 comments on commit 5c19502

Please sign in to comment.