{"id":16509081,"url":"https://github.com/hemanta212/codecrafters-sqlite-go","last_synced_at":"2025-03-02T05:41:33.293Z","repository":{"id":104360625,"uuid":"566652649","full_name":"hemanta212/codecrafters-sqlite-go","owner":"hemanta212","description":"Toy sqlite implementation in Go","archived":false,"fork":false,"pushed_at":"2023-03-15T15:49:28.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T18:14:20.916Z","etag":null,"topics":["codecrafters-sqlite","codecrafterss","go","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hemanta212.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":"2022-11-16T05:54:06.000Z","updated_at":"2025-01-02T11:00:33.000Z","dependencies_parsed_at":"2023-04-12T11:49:42.347Z","dependency_job_id":null,"html_url":"https://github.com/hemanta212/codecrafters-sqlite-go","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/hemanta212%2Fcodecrafters-sqlite-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanta212%2Fcodecrafters-sqlite-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanta212%2Fcodecrafters-sqlite-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemanta212%2Fcodecrafters-sqlite-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemanta212","download_url":"https://codeload.github.com/hemanta212/codecrafters-sqlite-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465068,"owners_count":19967243,"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":["codecrafters-sqlite","codecrafterss","go","sqlite"],"created_at":"2024-10-11T15:48:54.237Z","updated_at":"2025-03-02T05:41:33.275Z","avatar_url":"https://github.com/hemanta212.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toy Sqlite Implementation in GO\n\nThis is my attempt at making a simple sqlite implementation using the go toolchain, i've used the go stdlib and a small spinoff project to create my own sql parser/lexer @ [Sql parser repository](https://github.com/hemanta212/SQL-Lexer-parser/)\n\n## Important Resources\n- Challenge outline guide: https://codecrafters.io/challenges/sqlite\n- Sqlite Dot commands reference: https://www.sqlite.org/cli.html#special_commands_to_sqlite3_dot_commands_\n- Sqlite schema file format info: https://www.sqlite.org/fileformat.html#storage_of_the_sql_database_schema\n- Lexical Scanning in go By rob pike: https://www.youtube.com/watch?v=HxaD_trXwRE\n\n\n## CodeCrafter's [\"Build Your Own SQLite\" Challenge](https://codecrafters.io/challenges/sqlite).\nIn this challenge, you build a barebones SQLite implementation that supports\nbasic SQL queries like `SELECT`. Along the way, learn about\n[SQLite's file format](https://www.sqlite.org/fileformat.html), how indexed data\nis\n[stored in B-trees](https://jvns.ca/blog/2014/10/02/how-does-sqlite-work-part-2-btrees/)\nand more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemanta212%2Fcodecrafters-sqlite-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemanta212%2Fcodecrafters-sqlite-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemanta212%2Fcodecrafters-sqlite-go/lists"}