hemanta212 / codecrafters-sqlite-go

Toy sqlite implementation in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy Sqlite Implementation in GO

This 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

Important Resources

In this challenge, you build a barebones SQLite implementation that supports basic SQL queries like SELECT. Along the way, learn about SQLite's file format, how indexed data is stored in B-trees and more.

About

Toy sqlite implementation in Go


Languages

Language:Go 98.1%Language:Shell 1.9%