{"id":24617511,"url":"https://github.com/thescattypotty/javadb","last_synced_at":"2026-02-06T18:34:23.207Z","repository":{"id":260759912,"uuid":"882268857","full_name":"Thescattypotty/JavaDB","owner":"Thescattypotty","description":"JavaDB , a simple in-memory database application written in Java.","archived":false,"fork":false,"pushed_at":"2024-11-02T11:15:26.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T16:47:10.926Z","etag":null,"topics":["database","java","memory-database"],"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/Thescattypotty.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":"2024-11-02T11:09:58.000Z","updated_at":"2025-01-01T19:17:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8eb9262-2212-4ce0-8687-1e1b9f4c6af8","html_url":"https://github.com/Thescattypotty/JavaDB","commit_stats":null,"previous_names":["thescattypotty/javadb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Thescattypotty/JavaDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thescattypotty%2FJavaDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thescattypotty%2FJavaDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thescattypotty%2FJavaDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thescattypotty%2FJavaDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thescattypotty","download_url":"https://codeload.github.com/Thescattypotty/JavaDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thescattypotty%2FJavaDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29172617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["database","java","memory-database"],"created_at":"2025-01-24T23:39:38.511Z","updated_at":"2026-02-06T18:34:23.200Z","avatar_url":"https://github.com/Thescattypotty.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaDB - In-Memory Database\n\nWelcome to **JavaDB**, a simple in-memory database application written in Java. This application allows users to create tables, insert data, and query information from those tables.\n\n\n\n## Example Usage\n\n```sql\nJavaDB\u003e CREATE TABLE users (id INT, firstName VARCHAR, lastName VARCHAR);\nTable 'users' created.\n\nJavaDB\u003e INSERT INTO users VALUES (null, 'Ahmed', 'Abbas');\nRow inserted into table 'users'.\n\nJavaDB\u003e INSERT INTO users VALUES (null, 'Chakib', 'Samali');\nRow inserted into table 'users'.\n\nJavaDB\u003e SELECT * FROM users;\nData from table 'users':\n{id=1, firstName=Ahmed, lastName=Abbas}\n{id=2, firstName=Chakib, lastName=Samali}\n\nJavaDB\u003e UPDATE users SET lastName = 'BATAL' WHERE firstName = 'Ahmed';\nRow updated in table 'users'.\n\nJavaDB\u003e SELECT * FROM users;\nData from table 'users':\n{id=1, firstName=Ahmed, lastName=BATAL}\n{id=2, firstName=Chakib, lastName=Samali}\n\nJavaDB\u003e DELETE FROM users WHERE firstName = 'Chakib';\nRow deleted from table 'users'.\n\nJavaDB\u003e SELECT * FROM users;\nData from table 'users':\n{id=1, firstName=Ahmed, lastName=BATAL}\n```\n\n## NOTE : \n\n!You need to respect Spaces like in the exemples","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthescattypotty%2Fjavadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthescattypotty%2Fjavadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthescattypotty%2Fjavadb/lists"}