File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1- # SOQL Lib
1+ <div align =" center " >
2+ <a href =" https://nextjs.org " >
3+ <picture>
4+ <source media="(prefers-color-scheme: dark)" srcset="https://soql.beyondthecloud.dev/img/logo.png">
5+ <img alt="SOQL Lib logo" src="https://soql.beyondthecloud.dev/img/logo.png" height="128">
6+ </picture>
7+ </a >
8+ <h1 >SOQL Lib</h1 >
9+
10+ <a href =" https://beyondthecloud.dev " ><img alt =" Beyond The Cloud logo " src =" https://img.shields.io/badge/MADE_BY_BEYOND_THE_CLOUD-555?style=for-the-badge " ></a >
11+
12+ <a ><img alt =" API version " src =" https://img.shields.io/badge/api-v64.0-blue?style=for-the-badge " ></a >
13+ <a href =" https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/LICENSE " ><img alt="License" src="https://img.shields.io/badge/LICENSE-MIT-GREEN?style=for-the-badge
14+ "></a >
215
316![ Deploy to Scratch Org and run tests] ( https://github.com/beyond-the-cloud-dev/soql-lib/actions/workflows/ci.yml/badge.svg )
417[ ![ codecov] ( https://codecov.io/gh/beyond-the-cloud-dev/soql-lib/branch/main/graph/badge.svg )] ( https://codecov.io/gh/beyond-the-cloud-dev/soql-lib )
518
19+
20+ </div >
21+
22+ # Getting Started
23+
624The SOQL Lib provides functional constructs for SOQL queries in Apex.
725
826For more details, please refer to the [ documentation] ( https://soql.beyondthecloud.dev ) .
@@ -103,7 +121,7 @@ public with sharing class SOQL_ProfileCache extends SOQLCache implements SOQLCac
103121
104122## Documentation
105123
106- [ SOQL Lib documentation ] ( https://soql.beyondthecloud.dev )
124+ Visit [ https://soql.beyondthecloud.dev ] ( https://soql.beyondthecloud.dev ) to view the full documentation.
107125
108126## Features
109127
You can’t perform that action at this time.
0 commit comments