{"id":16828292,"url":"https://github.com/awmleer/nanosql","last_synced_at":"2025-04-10T02:12:16.536Z","repository":{"id":86366352,"uuid":"91349846","full_name":"awmleer/nanosql","owner":"awmleer","description":"A simple SQL Database implementation for \"Database System Concepts\" course.","archived":false,"fork":false,"pushed_at":"2017-06-21T13:07:43.000Z","size":3914,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T02:11:59.076Z","etag":null,"topics":["database","python","python3"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/awmleer.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":"2017-05-15T14:51:39.000Z","updated_at":"2018-05-27T09:19:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"1134f3e8-4a53-451c-97d1-9e85422f44b7","html_url":"https://github.com/awmleer/nanosql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awmleer%2Fnanosql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awmleer%2Fnanosql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awmleer%2Fnanosql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awmleer%2Fnanosql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awmleer","download_url":"https://codeload.github.com/awmleer/nanosql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142905,"owners_count":21054671,"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","python","python3"],"created_at":"2024-10-13T11:25:53.336Z","updated_at":"2025-04-10T02:12:16.510Z","avatar_url":"https://github.com/awmleer.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NanoSQL\n\n![screenshot](./report/photos/screenshot.png)\n\n### Dependencies\n\n- [clint](https://github.com/kennethreitz/clint) 0.5.1\n- python 3.5 or 3.6\n- flask\n\n\n### Sample SQLs\n\n```sql\ncreate table student (\n  sno char(8),\n  sname char(16) unique,\n  sage int,\n  sgender char (1),\n  primary key ( sno )\n);\n```\n\n```sql\ncreate index stunameidx on student ( sname );\n```\n\n```sql\ninsert into student values ('12345678','wy',22,'M');\n```\n\nSee more test cases at: `test/sample.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawmleer%2Fnanosql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawmleer%2Fnanosql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawmleer%2Fnanosql/lists"}