{"id":13545936,"url":"https://github.com/lwc-soql-builder/lwc-soql-builder","last_synced_at":"2025-04-02T17:32:22.834Z","repository":{"id":38991801,"uuid":"256682686","full_name":"lwc-soql-builder/lwc-soql-builder","owner":"lwc-soql-builder","description":"Awesome SOQL execution tool developed in Lightning Web Components Open Source","archived":false,"fork":false,"pushed_at":"2024-10-28T04:02:12.000Z","size":11806,"stargazers_count":119,"open_issues_count":10,"forks_count":37,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-28T07:28:26.611Z","etag":null,"topics":["lightning-web-components","lwc","lwc-oss","salesforce","soql"],"latest_commit_sha":null,"homepage":"https://lwc-soql-builder.github.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lwc-soql-builder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-18T06:11:19.000Z","updated_at":"2024-10-25T02:55:49.000Z","dependencies_parsed_at":"2024-01-16T17:51:49.757Z","dependency_job_id":"b91e1951-ee1b-4f79-985d-a24a94b42392","html_url":"https://github.com/lwc-soql-builder/lwc-soql-builder","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwc-soql-builder%2Flwc-soql-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwc-soql-builder%2Flwc-soql-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwc-soql-builder%2Flwc-soql-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwc-soql-builder%2Flwc-soql-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lwc-soql-builder","download_url":"https://codeload.github.com/lwc-soql-builder/lwc-soql-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246860216,"owners_count":20845630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightning-web-components","lwc","lwc-oss","salesforce","soql"],"created_at":"2024-08-01T12:00:27.474Z","updated_at":"2025-04-02T17:32:22.273Z","avatar_url":"https://github.com/lwc-soql-builder.png","language":"JavaScript","funding_links":[],"categories":["Community Repos"],"sub_categories":["JEST related posts"],"readme":"# LWC SOQL Builder\n\nLWC SOQL Builder is a SOQL execution tool developed in LWC Open Source. LWC SOQL Builder makes building and running SOQL in Salesforce incredibly easy.\n\nFor more information, visit https://lwc-soql-builder.github.io/\n\n![](https://lwc-soql-builder.github.io/images/lwc-soql-builder-animation.gif)\n\n## Features\n\n-   Point and Click User Interface\n    -   A point and click user interface enables you to add SOQL boilerplate, fields, parent relationships, subquery and run a query.\n-   Autocomplete\n    -   Autocomplete is a feature that make you to complete field name. You can search by field label as well as by field name.\n-   PWA Support\n    -   LWC SOQL Builder can be installed as Progressive Web App (PWA). You can install it like a normal desktop app.\n-   Format SOQL\n    -   LWC SOQL Builder allows you to instantly beautify your SOQL queries. Formatted SOQL is very easy to use in Apex code.\n-   CSV Export\n    -   You can export the query result to a CSV file. The CSV file can be upserted to Salesforce using Data Loader.\n-   Support for ignoring default namespace\n    -   You can run a SOQL without the namespace prefix of a managed package. So, you can copy and paste the SOQL into your Apex code as-is.\n\n## How to setup local machine for development\n\n1. Setup proxy. You must set `proxy.allowed_origin=http://localhost:3001`.  \n   For more information, see [lwc-soql-builder/jsforce-ajax-proxy-cloud-functions](https://github.com/lwc-soql-builder/jsforce-ajax-proxy-cloud-functions)\n\n2. Copy \u0026 edit `config/development.js.example` file to add your custom configurations.\n\n```\n$ cp config/development.js.example config/development.js\n```\n\n3. Run the following command to start the app.\n\n```\n$ npm run watch\n```\n\nThis will start the project with a local development server on `http://localhost:3001`.\n\nTo ensure that you can view your changes, in Chrome DevTools, go to Application tab, click 'Service Workers' and select 'Bypass for network'.\n\n## How to deploy\n\n1. Setup proxy. You must set `proxy.allowed_origin=http://\u003cusername\u003e.github.io`.  \n   For more information, see [lwc-soql-builder/jsforce-ajax-proxy-cloud-functions](https://github.com/lwc-soql-builder/jsforce-ajax-proxy-cloud-functions)\n\n2. Copy \u0026 edit `config/production.js.example` file to add your custom configurations.\n\n```\n$ cp config/production.js.example config/production.js\n```\n\n3. Run the following command to build and deploy.\n\n```\n$ npm run deploy\n```\n\nThis will publish files in `dist/` to a gh-pages branch on GitHub.\n\n4. You can access LWC SOQL Builder with the following URL.  \n   `http://\u003cusername\u003e.github.io/lwc-soql-builder/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwc-soql-builder%2Flwc-soql-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flwc-soql-builder%2Flwc-soql-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwc-soql-builder%2Flwc-soql-builder/lists"}