Skip to content

hemanta212/codecrafters-sqlite-go

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •