{"id":32653274,"url":"https://github.com/piotrl/javafx-database-manager","last_synced_at":"2026-04-02T01:15:26.567Z","repository":{"id":15786674,"uuid":"18525863","full_name":"piotrl/javafx-database-manager","owner":"piotrl","description":"🎮 JavaFX example app with use of simple JDBC abstraction.","archived":false,"fork":false,"pushed_at":"2014-04-09T19:29:19.000Z","size":177,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-31T08:26:55.135Z","etag":null,"topics":["demo","java","javafx","jdbc","playground","sql"],"latest_commit_sha":null,"homepage":"","language":"Java","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/piotrl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-07T17:15:37.000Z","updated_at":"2025-08-20T13:19:12.000Z","dependencies_parsed_at":"2022-07-16T07:16:13.063Z","dependency_job_id":null,"html_url":"https://github.com/piotrl/javafx-database-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/piotrl/javafx-database-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrl%2Fjavafx-database-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrl%2Fjavafx-database-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrl%2Fjavafx-database-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrl%2Fjavafx-database-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrl","download_url":"https://codeload.github.com/piotrl/javafx-database-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrl%2Fjavafx-database-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"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":["demo","java","javafx","jdbc","playground","sql"],"created_at":"2025-10-31T08:18:00.733Z","updated_at":"2026-04-02T01:15:26.538Z","avatar_url":"https://github.com/piotrl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"javafx-database-manager\n=======================\n\nIt's example usage of javaFX in a desktop app. \nIt operate on User list stored in database and do stuff like adding, editing or updating.\nRepository contains also basic Database Abstraction Layer to convert objects into SQL commands.\n\n![screen](screen.png)\n\n## Configuration\nIf you want run a demo, you should make some changes in project:\n\n* Download JDBC driver to your sql engine\n* Fill database.properties file with your details to look like this:\n    \n    ```\n    jdbc.drivers=org.mysql.Driver\n    jdbc.url=jdbc:mysql://localhost/db_users\n    jdbc.username=username\n    jdbc.password=password\n    ```\n    \n    where `db_users` is a database name\n\n* Init database with SQL _(MySQL example)_:\n    ``` \n    CREATE TABLE users(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, name CHAR(20), registered DATE);\n    ``` \n**I know** I should generate this automatically. I have it in my todo list.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrl%2Fjavafx-database-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrl%2Fjavafx-database-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrl%2Fjavafx-database-manager/lists"}