Building a Robust SQL Database from Scratch using Rust

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ • 8

  • @zhuzhu-i9m
    @zhuzhu-i9m Місяць тому

    Thank you for sharing, it gave me some ideas about the implementation of db, but the implementation of the parser in the video is not correct, right?

    • @easydev4all
      @easydev4all  Місяць тому

      No, it's not NOT CORRECT, it is also another way of parsing the token but a lot more verbose.
      I just had to use nom to quickly share the source code.

  • @Basickitchenrecipes
    @Basickitchenrecipes Місяць тому

    Great video 😊

  • @abdulcodes
    @abdulcodes Місяць тому +1

    Thanks for the video. If possible can you pls share the github repo for this video

    • @ok-alarm
      @ok-alarm Місяць тому

      bump!

    • @easydev4all
      @easydev4all  Місяць тому

      The repo, with slight modifications, can be found here github.com/Basillica/not-so-sql
      cheers!

  • @easydev4all
    @easydev4all  Місяць тому

    The repo to this video can be found here github.com/Basillica/not-so-sql, with some implementations left out or modified for brevity. You are free to keep a copy for yourself.