{"id":23468940,"url":"https://github.com/somnath-chattaraj/database","last_synced_at":"2026-05-05T22:43:04.654Z","repository":{"id":268581985,"uuid":"904836759","full_name":"Somnath-Chattaraj/Database","owner":"Somnath-Chattaraj","description":"Simple Database build using Javascript","archived":false,"fork":false,"pushed_at":"2024-12-17T16:38:29.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T21:57:37.975Z","etag":null,"topics":["database","javascript","nodejs","repl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Somnath-Chattaraj.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":"2024-12-17T16:37:48.000Z","updated_at":"2024-12-17T16:39:49.000Z","dependencies_parsed_at":"2024-12-17T17:30:28.342Z","dependency_job_id":"0f767a66-d7b1-462b-98cd-b804625653c2","html_url":"https://github.com/Somnath-Chattaraj/Database","commit_stats":null,"previous_names":["somnath-chattaraj/database","somnath-chattaraj/databases"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somnath-Chattaraj%2FDatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somnath-Chattaraj%2FDatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somnath-Chattaraj%2FDatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somnath-Chattaraj%2FDatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Somnath-Chattaraj","download_url":"https://codeload.github.com/Somnath-Chattaraj/Database/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637790,"owners_count":21137538,"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":["database","javascript","nodejs","repl"],"created_at":"2024-12-24T14:37:44.594Z","updated_at":"2026-05-05T22:43:04.619Z","avatar_url":"https://github.com/Somnath-Chattaraj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## To start the project locally \n```sh\nnpm install\nnode index.js repl\n```\n\n## Database Commands\n\n#### using [database name]\n\nEither loads a database from the directory you are currently in or creates a database with the specified name if none exists\n\nExample: using test\n\n#### create [table name] [columns names]\n\ncreates a new table in the database with the specified columns\n\nExample:\n\n```sh\ncreate users username password\n```\n\n#### insert [table name] [columns values]\n\ninserts a new document in the specified table with the values passed\n\nExample:\n\n```sh\ninsert users JohnDoe helloWorld\n```\n\n#### select [columns name or *] From [table name] [where?]\n\nreturns an array with the specified columsn from the database\n\nExample:\n\n```sh\nselect username from users\n```\n\n#### where [key] [operator] [value]\n\noptional parameter for the select command, compares the values from the table with the ones informed using the informed operator\n\nExample:\n\n```sh\nselect username from users where name = JohnDoe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnath-chattaraj%2Fdatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomnath-chattaraj%2Fdatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnath-chattaraj%2Fdatabase/lists"}