{"id":20141493,"url":"https://github.com/michaelborn/ucanaccess-lucee","last_synced_at":"2026-03-07T01:02:49.626Z","repository":{"id":86836523,"uuid":"599195452","full_name":"michaelborn/UCanAccess-Lucee","owner":"michaelborn","description":"Lucee extension for accessing a Microsoft Access database from CFML","archived":false,"fork":false,"pushed_at":"2023-02-08T16:47:44.000Z","size":7219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T11:32:18.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-08T16:44:23.000Z","updated_at":"2023-02-08T16:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8265c065-4c58-4c7e-b0e8-d2c7f2960c0d","html_url":"https://github.com/michaelborn/UCanAccess-Lucee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelborn/UCanAccess-Lucee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FUCanAccess-Lucee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FUCanAccess-Lucee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FUCanAccess-Lucee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FUCanAccess-Lucee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/UCanAccess-Lucee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FUCanAccess-Lucee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-13T21:57:30.330Z","updated_at":"2026-03-07T01:02:49.597Z","avatar_url":"https://github.com/michaelborn.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UCanAccess\n\n\n\n[![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/compatibility-lucee-5.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/built-with-commandbox.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/testing-whats-testing.svg)](https://cfmlbadges.monkehworks.com)\n\nConnect to MS Access databases easily with the [UCanAccess JDBC driver](http://ucanaccess.sourceforge.net/site.html) which supports MS Access files from 2000 through 2016.\n\n## Installation\n\n### via Forgebox Provider\n\n1. In your Lucee (Server) Administrator, go to the Extension \u003e Providers page and add https://forgebox.io as a New Extension Provider if not already present\n2. Go to Extension \u003e Applications and look for UCanAccess in the \"Not installed\" section\n3. Click the extension and install\n\n### Manual Installation\n\n1. Download the the lucee-ucanaccess.lex file\n2. In your Lucee Administrator, go to the Extension \u003e Applications page\n3. Under \"Upload new extension\", select the lex file and click \"Upload\"\n\n## Usage\n\nThe main \"trick\" to using the driver is configuring your datasource.\n\n1. The classpath should be `net.ucanaccess.jdbc.UcanaccessDriver`\n2. The connection string should start with `jdbc:ucanaccess:///`\n3. The rest of the connection string should be your full MS Access file path: `C:\\Users\\me\\my\\AccessDatabase.accdb`\n\n```js\nmsAccessDB = {\n   class: \"net.ucanaccess.jdbc.UcanaccessDriver\",\n   connectionString: \"jdbc:ucanaccess:///C:\\Users\\me\\my\\AccessDatabase.accdb\"\n};\n```\n\n## TODO\n\n* ❌ Get it working\n* ❌ Test various datasource options - e.g. connectionLimit, username, password\n* ❌ Document various [connection string options](http://ucanaccess.sourceforge.net/site.html#examples)\n\n## The Good News\n\n\u003e For all have sinned, and come short of the glory of God ([Romans 3:23](https://www.kingjamesbibleonline.org/Romans-3-23/))\n\n\u003e But God commendeth his love toward us, in that, while we were yet sinners, Christ died for us. ([Romans 5:8](https://www.kingjamesbibleonline.org/Romans-5-8))\n\n\u003e That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. ([Romans 10:9](https://www.kingjamesbibleonline.org/Romans-10-9/))\n \n## Repository\n\nCopyright 2019 (and on) - [Michael Born](https://michaelborn.me/)\n\n* [Homepage](https://bitbucket.org/michaelborn_me/ucanaccess/src/master/)\n* [Issue Tracker](https://bitbucket.org/michaelborn_me/ucanaccess/issues?status=new\u0026status=open)\n* [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fucanaccess-lucee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fucanaccess-lucee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fucanaccess-lucee/lists"}