{"id":17030707,"url":"https://github.com/pavi2410/sequel","last_synced_at":"2025-03-22T20:28:30.065Z","repository":{"id":109080801,"uuid":"360442161","full_name":"pavi2410/sequel","owner":"pavi2410","description":"Simple ever SQL DB (under 200 lines)","archived":false,"fork":false,"pushed_at":"2022-01-28T07:16:33.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T00:30:58.772Z","etag":null,"topics":["crud","database","db","ddl","dml","python","sql"],"latest_commit_sha":null,"homepage":"https://microsql.pavi2410.repl.co/","language":"Python","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/pavi2410.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":"2021-04-22T08:12:20.000Z","updated_at":"2022-03-23T16:37:59.000Z","dependencies_parsed_at":"2023-05-31T22:00:48.220Z","dependency_job_id":null,"html_url":"https://github.com/pavi2410/sequel","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/pavi2410%2Fsequel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsequel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsequel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsequel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavi2410","download_url":"https://codeload.github.com/pavi2410/sequel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245018265,"owners_count":20547958,"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":["crud","database","db","ddl","dml","python","sql"],"created_at":"2024-10-14T08:07:59.485Z","updated_at":"2025-03-22T20:28:30.030Z","avatar_url":"https://github.com/pavi2410.png","language":"Python","readme":"# microSQL - Simple ever SQL DB\n\n## Supported SQL Syntax:\n- DDL\n```sql\ncreate table table_name (cols, ...)\ndrop table table_name\n```\n- DML\n```sql\nselect cols, ... from table_name [where ...]\ninsert into table_name (cols, ...) values (v, ...)\ndelete from table_name [where ...]\n```\n  \n## Demo\n```sql\n\u003eselect name, age from demo\n┏━━━┳━━━━━━┳━━━━━┓\n┃   ┃ name ┃ age ┃\n┡━━━╇━━━━━━╇━━━━━┩\n│ 1 │ foo  │ 12  │\n│ 2 │ bar  │ 16  │\n│ 3 │ baz  │ 6   │\n└───┴──────┴─────┘\n```\n\n## Available commands:\n  | Command | Description |\n  | --- | --- |\n  | .showdb   | Prints the DB |\n  | .help     | Prints this help menu and exits |\n  | .exit     | Exits the REPL |\n  | .debug [on\\|off] | Turns debug mode on or off |\n  | .db [filename] | Changes db file location |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavi2410%2Fsequel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavi2410%2Fsequel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavi2410%2Fsequel/lists"}