{"id":29806596,"url":"https://github.com/labex-labs/sqlite-for-beginners","last_synced_at":"2025-07-28T14:12:37.156Z","repository":{"id":294822350,"uuid":"988184909","full_name":"labex-labs/sqlite-for-beginners","owner":"labex-labs","description":"In this course, you'll learn the fundamentals of SQLite, from setting it up on Linux to creating databases, building tables, and querying data. Perfect for beginners!","archived":false,"fork":false,"pushed_at":"2025-07-15T02:03:44.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T06:32:47.855Z","etag":null,"topics":["challenges","course","exercises","hands-on","labex","labs","playground","programming","sqlite"],"latest_commit_sha":null,"homepage":"https://labex.io/courses/sqlite-for-beginners","language":null,"has_issues":false,"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/labex-labs.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,"zenodo":null}},"created_at":"2025-05-22T07:17:35.000Z","updated_at":"2025-07-15T02:03:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"066b959f-0c2d-44db-ba30-b12b45a7f49b","html_url":"https://github.com/labex-labs/sqlite-for-beginners","commit_stats":null,"previous_names":["labex-labs/sqlite-for-beginners"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/labex-labs/sqlite-for-beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fsqlite-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fsqlite-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fsqlite-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fsqlite-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labex-labs","download_url":"https://codeload.github.com/labex-labs/sqlite-for-beginners/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fsqlite-for-beginners/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527863,"owners_count":24102023,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["challenges","course","exercises","hands-on","labex","labs","playground","programming","sqlite"],"created_at":"2025-07-28T14:11:26.206Z","updated_at":"2025-07-28T14:12:37.147Z","avatar_url":"https://github.com/labex-labs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLite for Beginners\n\n## Languages\n\n🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) \n\n[![SQLite for Beginners](https://cover-creator.labex.io/sqlite-for-beginners.png)](https://labex.io/courses/sqlite-for-beginners)\n\n[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/sqlite-for-beginners)\n\nIn this course, you'll learn the fundamentals of SQLite, from setting it up on Linux to creating databases, building tables, and querying data. Perfect for beginners!\n\n![SQLite](https://img.shields.io/badge/SQLite-whitesmoke?style=for-the-badge\u0026logo=sqlite)\n\n\n## Exercises\n\n|   Index | Name                                         | Difficulty   | Practice                                                                                                                    |\n|---------|----------------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------|\n|      01 | 📖 🟢 Setting Up SQLite in Linux             | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-setting-up-sqlite-in-linux-552335'\u003eStart Lab\u003c/a\u003e                 |\n|      02 | 🎯 🟢 Install and Verify SQLite on Linux     | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-install-and-verify-sqlite-on-linux-552579'\u003eStart Challenge\u003c/a\u003e   |\n|      03 | 📖 🟢 Creating and Managing SQLite Databases | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-creating-and-managing-sqlite-databases-552337'\u003eStart Lab\u003c/a\u003e     |\n|      04 | 🎯 🟢 Insert User Data into SQLite           | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/insert-user-data-into-sqlite-552580'\u003eStart Challenge\u003c/a\u003e                |\n|      05 | 📖 🟢 Building Tables in SQLite              | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-building-tables-in-sqlite-552336'\u003eStart Lab\u003c/a\u003e                  |\n|      06 | 🎯 🟢 Build SQLite Database For Contacts     | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-build-sqlite-database-for-contacts-552582'\u003eStart Challenge\u003c/a\u003e   |\n|      07 | 📖 🟢 Working with Data in SQLite            | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-working-with-data-in-sqlite-552340'\u003eStart Lab\u003c/a\u003e                |\n|      08 | 🎯 🟢 Query Specific Data in SQLite          | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-query-specific-data-in-sqlite-552586'\u003eStart Challenge\u003c/a\u003e        |\n|      09 | 📖 🟢 Querying and Filtering Data            | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-querying-and-filtering-data-552338'\u003eStart Lab\u003c/a\u003e                |\n|      10 | 🎯 🟢 Filter SQLite Data for IT Department   | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/sqlite-filter-sqlite-data-for-it-department-552585'\u003eStart Challenge\u003c/a\u003e |\n\n## Environment\n\nLabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.\n\n![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)\n\n- A strict \"Learn by Doing\" approach with exclusive hands-on labs and no videos.\n- Interactive online environments within the browser, with automated step-by-step checks.\n- A structured content organization with the Skill Tree based learning system.\n- A growing learning resource of 30 Skill Trees and over 6,000 Labs.\n- The learning assistant Labby, built on lastest AI models, providing a conversational learning experience.\n\nLearn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).\n\n## More\n\n- 🔗 [Database Programming Courses](https://github.com/labex-labs/awesome-programming-courses)\n- 🔗 [Database Programming Projects](https://github.com/labex-labs/awesome-programming-projects)\n- 🔗 [Database Free Tutorials](https://github.com/labex-labs/database-free-tutorials)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fsqlite-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabex-labs%2Fsqlite-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fsqlite-for-beginners/lists"}