{"id":16416434,"url":"https://github.com/igapyon/blanco-sfdc-jdbc-driver","last_synced_at":"2025-02-24T11:18:58.809Z","repository":{"id":153081978,"uuid":"101486058","full_name":"igapyon/blanco-sfdc-jdbc-driver","owner":"igapyon","description":"Simple read-only JDBC Driver for SFDC","archived":false,"fork":false,"pushed_at":"2017-09-10T15:45:56.000Z","size":396,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T17:16:12.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igapyon.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":"2017-08-26T13:02:45.000Z","updated_at":"2017-09-10T05:37:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfd0f706-c570-476b-8e09-ebfbf4b6b641","html_url":"https://github.com/igapyon/blanco-sfdc-jdbc-driver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fblanco-sfdc-jdbc-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fblanco-sfdc-jdbc-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fblanco-sfdc-jdbc-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fblanco-sfdc-jdbc-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igapyon","download_url":"https://codeload.github.com/igapyon/blanco-sfdc-jdbc-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240466791,"owners_count":19805862,"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":[],"created_at":"2024-10-11T07:09:15.748Z","updated_at":"2025-02-24T11:18:58.791Z","avatar_url":"https://github.com/igapyon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blanco SFDC JDBC Driver\n\nBlanco SFDC JDBC Driver is a JDBC Driver to access SFDC using SOQL.\n\n- This Driver is designed for Programmer. This Driver is simple and lowlevel wrapper of Partner WSDL.\n- Implemented as OSS and written in Java.\n- Only for SOQL Query, without insert/update/delete feature.\n\n## Status\n\n- Under construction.\n\n## Note\n\n- No insert/update/delete support.\n- No DWH support.\n- No support.\n- Read source code yourself.\n\n## How to build\n\nYou can build 'Blanco SFDC JDBC Driver' with command line below:\n\n```sh\ngit clone https://github.com/igapyon/blanco-sfdc-jdbc-driver.git\ncd blanco-sfdc-jdbc-driver/\nmvn package\nls ./target/blanco-sfdc-jdbc-driver-1.0-SNAPSHOT.jar \nls ./target/dependency/\n```\n\n## How to run with SQuirreL\n\n[SQuirreL](http://squirrel-sql.sourceforge.net/) によって大雑把に動作するところまで確認済みです。\n\nちなみに [SQuirreL](http://squirrel-sql.sourceforge.net/) を乱暴に上書きして動作させる場合の手順は以下です。もっと正しい手順については各自検討してください。\n\n```sh\ncp -p ./target/blanco-sfdc-jdbc-driver-1.0-SNAPSHOT.jar /tmp/squirrelsql-3.8.0-standard/lib/\ncp -p ./target/dependency/* /tmp/squirrelsql-3.8.0-standard/lib/\n```\n\n### How to connect to SFDC using SQuirreL\n\n```\nName: Salesforce SOQL RO\nExample URL: jdbc:blanco:sfdc:soqlro://login.salesforce.com/services/Soap/u/40.0\nWebsite URL: https://github.com/igapyon/blanco-sfdc-jdbc-driver\nClass Name: blanco.sfdc.jdbc.driver.BlancoSfdcJdbcDriver\n```\n\n# LICENSE\n\nThis software is licensed under the Apache License or the GNU Lesser General Public License or both.\n\n```\n/*\n *  blanco-jdbc-driver-simple\n *  Copyright (C) 2017  Toshiki Iga\n *\n *  This program is free software: you can redistribute it and/or modify\n *  it under the terms of the GNU Lesser General Public License as published by\n *  the Free Software Foundation, either version 3 of the License, or\n *  any later version.\n *\n *  This program is distributed in the hope that it will be useful,\n *  but WITHOUT ANY WARRANTY; without even the implied warranty of\n *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n *  GNU General Public License for more details.\n *\n *  You should have received a copy of the GNU Lesser General Public License\n *  along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n */\n```\n\n```\n/*\n *  Copyright 2017 Toshiki Iga\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *    http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n```\n\n## 依存ファイル\n\n依存ファイルの一覧及びライセンスの確認をおこないたい場合は pom.xml ファイルの内容およびその依存先を確認してください。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Fblanco-sfdc-jdbc-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figapyon%2Fblanco-sfdc-jdbc-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Fblanco-sfdc-jdbc-driver/lists"}