All Projects → superfell → Soqlx

superfell / Soqlx

Licence: other
SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.

Projects that are alternatives of or similar to Soqlx

Apextestkit
A way to simplify your Salesforce data creation.
Stars: ✭ 80 (-63.64%)
Mutual labels:  apex, salesforce
Testdatafactory
The ultimate Apex Test Data Factory 🏭
Stars: ✭ 108 (-50.91%)
Mutual labels:  apex, salesforce
Awesome Low Code
Awesome Low-Code Application Platforms | 全球低代码平台开发资源大全
Stars: ✭ 90 (-59.09%)
Mutual labels:  apex, salesforce
Sfdc Convert Attachments To Chatter Files
📎 Easily migrate your Attachments to Salesforce Files.
Stars: ✭ 72 (-67.27%)
Mutual labels:  apex, salesforce
Dreamhouse Sfdx
Salesforce Sample App part of the sample gallery. Real estate use case. Get inspired and learn best practices.
Stars: ✭ 164 (-25.45%)
Mutual labels:  apex, salesforce
Zksforce
Cocoa library for calling the Salesforce.com Web Services API
Stars: ✭ 77 (-65%)
Mutual labels:  salesforce, osx
Easy Spaces Lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Event management use case. Get inspired and learn best practices.
Stars: ✭ 104 (-52.73%)
Mutual labels:  apex, salesforce
Purealoe Lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Agriculture and retail use case. Get inspired and learn best practices.
Stars: ✭ 43 (-80.45%)
Mutual labels:  apex, salesforce
Prettier Plugin Apex
Code formatter for the Apex Programming Language
Stars: ✭ 138 (-37.27%)
Mutual labels:  apex, salesforce
Dreamhouse Lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
Stars: ✭ 136 (-38.18%)
Mutual labels:  apex, salesforce
Rflib
Salesforce open source library with logging framework, trigger framework, feature switches, and advanced monitoring capabilities
Stars: ✭ 69 (-68.64%)
Mutual labels:  apex, salesforce
Haoide
Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
Stars: ✭ 194 (-11.82%)
Mutual labels:  apex, salesforce
Lwc Recipes
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
Stars: ✭ 1,147 (+421.36%)
Mutual labels:  apex, salesforce
Query.apex
A dynamic SOQL and SOSL query builder on Salesforce.com platform
Stars: ✭ 78 (-64.55%)
Mutual labels:  apex, salesforce
Purealoe
Salesforce Sample App part of the sample gallery. Agriculture and retail use case. Get inspired and learn best practices.
Stars: ✭ 65 (-70.45%)
Mutual labels:  apex, salesforce
Vim Force.com
Vim plugin for force.com
Stars: ✭ 98 (-55.45%)
Mutual labels:  apex, salesforce
Squery
Salesforce SOQL query builder
Stars: ✭ 16 (-92.73%)
Mutual labels:  apex, salesforce
Affiliationsecurity
HEDA Affiliation-Based Security for Salesforce
Stars: ✭ 8 (-96.36%)
Mutual labels:  apex, salesforce
Visualforce Table Grid
Flexible and highly customizable Visualforce table grid component. Salesforce.com Classic Look and Feel.
Stars: ✭ 126 (-42.73%)
Mutual labels:  apex, salesforce
Apex Lambda
Functional programming for Salesforce Apex
Stars: ✭ 189 (-14.09%)
Mutual labels:  apex, salesforce

SoqlX

SoqlX is a tool for developers using the Salesforce.com platform, it allows you to easily explore your schema, write and run SOQL queries, make edits to data, and to run Apex code.

schema viewer

Build

ZKSforce and Sparkle are managed via Cocoa Pods, you'll need to run pod install once you've cloned this repo. Fragaria is pulled in via git submodules, so you need to clone this repo, and fetch the submodules.

    git clone --recurse-submodules https://github.com/superfell/SoqlX
    pod install
    
    # or the long way.
    git clone https://github.com/superfell/SoqlX.git SoqlX
    cd SoqlX
    git submodule init
    git submodule update
    pod install

Now you can open the project in XCode, remember to open the workspace created by Cocoa Pods. It requires XCode 12.2.

Building the SoqlXplorer target will build the dependencies, then SoqlX. You may find that the first build of Fragaria fails with a "Command PhaseScriptExecution failed" error, just hit build again, and this error goes away.

You should be able to run the built version of SoqlX at this point.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].