{"id":19036907,"url":"https://github.com/ngudbhav/trico-electron-app","last_synced_at":"2025-04-23T19:15:00.687Z","repository":{"id":34597815,"uuid":"168117734","full_name":"ngudbhav/TriCo-electron-app","owner":"ngudbhav","description":"This app converts a correctly formatted excel spreadsheet to mysql/mongodb data.","archived":false,"fork":false,"pushed_at":"2023-02-04T22:42:36.000Z","size":2344,"stargazers_count":74,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T19:14:55.186Z","etag":null,"topics":["cross-platform","database","desktop","desktop-app","desktop-application","developer-tools","electron","fedora","free","javascript","linux","mongodb","mysql","open-source","ubuntu","windows"],"latest_commit_sha":null,"homepage":"https://www.producthunt.com/posts/trico","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/ngudbhav.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-29T08:25:18.000Z","updated_at":"2024-01-28T11:54:24.000Z","dependencies_parsed_at":"2023-02-12T08:30:41.423Z","dependency_job_id":null,"html_url":"https://github.com/ngudbhav/TriCo-electron-app","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngudbhav%2FTriCo-electron-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngudbhav%2FTriCo-electron-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngudbhav%2FTriCo-electron-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngudbhav%2FTriCo-electron-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngudbhav","download_url":"https://codeload.github.com/ngudbhav/TriCo-electron-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496993,"owners_count":21440231,"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":["cross-platform","database","desktop","desktop-app","desktop-application","developer-tools","electron","fedora","free","javascript","linux","mongodb","mysql","open-source","ubuntu","windows"],"created_at":"2024-11-08T21:58:03.760Z","updated_at":"2025-04-23T19:15:00.666Z","avatar_url":"https://github.com/ngudbhav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TriCo-electron-app\n\n[![Release](https://img.shields.io/badge/Release-3.0.0-green.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)\n[![Dependencies](https://img.shields.io/david/ngudbhav/TriCo-electron-app.svg)](https://github.com/ngudbhav/TriCo-electron-app/blob/master/package.json)\n[![Downloads](https://img.shields.io/github/downloads/ngudbhav/TriCo-electron-app/total.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)\n[![Last-Release](https://img.shields.io/github/release-date/ngudbhav/TriCo-electron-app.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)\n[![Platforms](https://img.shields.io/badge/platform-win%20%7C%20deb%20%7C%20rpm-green.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)\n\nThis App Converts your correctly formatted Excel Spreadsheet to a specified table/collection in specified Database in MYSQL/MongoDB.\n\n## Do checkout the upcoming features in CHANGELOG.md\n\n## Features\n1. Dump your excel/csv sheet into your preferred your DB.\n2. Batch Files support\n3. Do not want to dump the whole file? You can also try selecting a range of columns and rows.\n4. Automaticaly add `id` as primary key (MySQL)\n5. Scared of loosing your DB? Safe mode backs up the db before processing.\n6. Dump the excel sheet into a `.sql` instead (MySQL)\n7. History Maintainance.\n\n![mysql.png](images/screenshots/mysql.png)\n\n![mongo.png](images/screenshots/mongo.png)\n\n## Excel Formats Supported\nSupported Excel formats are XLS/XLSX/CSV\n\n## Spreadsheet Format\nPlease have a look at the sample Excel sheets provided to have a clear view of the File. \u003ca href=\"https://go.microsoft.com/fwlink/?LinkID=521962\"\u003eMicrosoft Sample Sheet\u003c/a\u003e\n\n## Starting The App\n```sh\nsudo npm install -g electron\ngit clone https://github.com/ngudbhav/TriCo-electron-app.git\ncd TriCo-electron-app\nnpm install\nnpm start\n```\n\n## Installing The App\n\nOS | Installer? | File\n--- | --- | ---\nWindows 32-BIT | Portable |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/Portable-x86.exe\"\u003ePortable-x86.exe\u003c/a\u003e\nWindows 32-BIT | Setup |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/Setup-x86.exe\"\u003eSetup-x86.exe\u003c/a\u003e\nWindows 64-BIT | Portable |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/Portable-x64.exe\"\u003ePortable-x86.exe\u003c/a\u003e\nWindows 64-BIT | Setup |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/Setup-x64.exe\"\u003eSetup-x86.exe\u003c/a\u003e\nLinux | ZIP |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/TriCo-3.0.0-linux.zip\"\u003eTriCo-3.0.0-linux.zip\u003c/a\u003e\nLinux Debian (Ubuntu, etc.) | Setup |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/TriCo_3.0.0_amd64.deb\"\u003eTriCo_3.0.0_amd64.deb\u003c/a\u003e\nLinux Redhat (Fedora, etc.) | Setup |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/TriCo-3.0.0.x86_64.rpm\"\u003eTriCo-3.0.0.x86_64.rpm\u003c/a\u003e\nMac OS X | ZIP |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/TriCo-3.0.0-mac.zip\"\u003eTriCo-3.0.0-mac.zip\u003c/a\u003e\nMac OS X | Setup |  \u003ca href=\"https://github.com/ngudbhav/TriCo-electron-app/releases/download/v3.0.0/TriCo-3.0.0.dmg\"\u003eTriCo-3.0.0.dmg\u003c/a\u003e\n\u003cbr/\u003e\n\n## Software Featured on Softpedia, SourceForge and Electronjs\n\u003ca href=\"https://www.softpedia.com/get/Internet/Servers/Database-Utils/TriCO.shtml\"\u003e\u003cimg src=\"images/soft.png\" alt=\"Softpedia\" /\u003e\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\n[![Download Trico-electron-app](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/trico/files/latest/download)\u003cbr\u003e\n\u003ca href=\"https://electronjs.org/apps/trico\"\u003eElectronjs\u003c/a\u003e\n\n## Do rate and give Feedback!\n\nP.S. This app saves the previosuly entered information in the systems %APPDATA% directory so that the whole information is not typed again.\nNOTHING is collected by me. Also, this app establishes connection to the internet to check for the updates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngudbhav%2Ftrico-electron-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngudbhav%2Ftrico-electron-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngudbhav%2Ftrico-electron-app/lists"}