{"id":18966953,"url":"https://github.com/daobab-projects/let-me-in","last_synced_at":"2026-04-04T04:30:16.482Z","repository":{"id":208688462,"uuid":"720483865","full_name":"daobab-projects/let-me-in","owner":"daobab-projects","description":"A Startup Project for your database","archived":false,"fork":false,"pushed_at":"2023-11-19T19:35:18.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T06:14:08.597Z","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/daobab-projects.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}},"created_at":"2023-11-18T16:19:22.000Z","updated_at":"2023-11-22T17:49:45.000Z","dependencies_parsed_at":"2023-11-22T19:48:32.383Z","dependency_job_id":null,"html_url":"https://github.com/daobab-projects/let-me-in","commit_stats":null,"previous_names":["daobab-projects/let-me-in"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daobab-projects%2Flet-me-in","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daobab-projects%2Flet-me-in/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daobab-projects%2Flet-me-in/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daobab-projects%2Flet-me-in/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daobab-projects","download_url":"https://codeload.github.com/daobab-projects/let-me-in/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964515,"owners_count":19725952,"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-11-08T14:39:11.119Z","updated_at":"2026-04-04T04:30:16.436Z","avatar_url":"https://github.com/daobab-projects.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# let-me-in\n\nA [Daobab](http://www.daobab.io) Startup Project for your database.\n\u003c/br\u003eUses a Spring-Boot framework.\n\n# About\n\nThis project may help you create [Daobab](http://www.daobab.io) connection to your database and perform complete Reverse\nEngineering for it.\n\nThe project contains just two classes:\n\n- `Application` - a Spring Boot starter\n\n- `Guide` - your guide to check the connection and perform the reverse engineering.\n\nBy default, the project contains client libraries to: MySQL, PosgreSql, H2\n\n# How to run?\nTake a look at the application.yml properties file.\nPut the proper parameters to connect to your database.\n\nRun the `Application` class\n\nCheck out the console. [Daobab](http://www.daobab.io) connector should validate the database connection.\nIf everything is fine, you can find something like this:\n\n```\nConnection OK. Database: MySQL version: 8.0 driver: MySQL Connector/J\nUser 'root' is allowed to read database content as follows: \nCatalog: cloud_job_manager (no schema)\nCatalog: cross (no schema)\nCatalog: information_schema (no schema)\nCatalog: kwadrat (no schema)\nCatalog: l2 (no schema)\nCatalog: mdm (no schema)\nCatalog: mysql (no schema)\nCatalog: performance_schema (no schema)\nCatalog: sakila (no schema)\nCatalog: sys (no schema)\nCatalog: testdb (no schema)\nCatalog: world (no schema)\n```\n\n\nIf the database connection is fine, you can perform the reverse engineering:\n\nGo to `Guide` class and init method.\n\ncomment: `step1_checkConnection()`\n\nuncomment: `step2_generateClasses()`;\n\nGo to `step2_generateClasses()` method:\n\nDecide where [Daobab](http://www.daobab.io) may write the classes:\n\n```\n        generator.setPath(\"C:\\\\Daobab\\\\\");\n```\n\nDecide which catalogue or schema you want to handle:\n\n```\n        generator.generateOnlyForCatalogues(\"catalogue\");\n        generator.generateOnlyForSchemas(\"schema\");\n```\n\nOtherwise, all catalogues and schemas will be recreated in classes.\n\nNext, run the `Application` again.\n\nGenerated output classes should be put into the project you are working on.\n\n# More about Daobab\n\nhttp://www.daobab.io\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaobab-projects%2Flet-me-in","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaobab-projects%2Flet-me-in","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaobab-projects%2Flet-me-in/lists"}