Migrating from Postgres to SQLite with Kent C. Dodds

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

КОМЕНТАРІ • 33

  • @aarondfrancis
    @aarondfrancis  2 місяці тому +1

    You can also listen to this episode as a podcast on your favorite podcast player: databaseschool.transistor.fm/episodes/migrating-from-postgres-to-sqlite-with-kent-c-dodds

  • @zuma206
    @zuma206 5 місяців тому +5

    this series really is liquid gold. just took kent's litefs/global distribution course, now he's on the podcast. love it

  • @wesleycoder
    @wesleycoder 5 місяців тому +1

    Aaron and Kent: such a chill duo, love to see it.
    I liked the name "database schools" sounds interesting, and I bet it will attract attention.
    I'll be spending the rest of my day now thinking about the curse of knowledge...

  • @MrDadidou
    @MrDadidou 5 місяців тому

    Aaron, thank you so much for your enthusiasm, your work and your positivity!

    • @pookiepats
      @pookiepats 2 місяці тому

      Thank you for existing, breathing & eating!

  • @moodyhamoudi
    @moodyhamoudi 5 місяців тому

    Positive energy overload with these two

  • @ajinkyax
    @ajinkyax 5 місяців тому +1

    I was looking for Kent C. Dodds talk about Remix and SQLite at production 1 year old talk and I found this. :)

  • @popetgirl
    @popetgirl 5 місяців тому +17

    A podcast with pocketbase team. They are using sqlite.

    • @jit-r5b
      @jit-r5b 5 місяців тому +2

      Team? Wasn't it one amazing dev from Bulgaria that built it?

    • @MrDpof
      @MrDpof 5 місяців тому

      Yes!!!! It would awesome.

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

      it is one dev lol the only thing he outsourced was the websites css 😂

  • @gregorywpower
    @gregorywpower 12 днів тому

    One thing I think would be even more bananas would be replacing that caching layer with DuckDB.

  • @nexovec
    @nexovec 5 місяців тому +1

    This is really silly, but I need LISTEN/NOTIFY.

  • @sean_reyes
    @sean_reyes 5 місяців тому +6

    does SQlite have good Json Column support?

    • @theplaintech
      @theplaintech 5 місяців тому +3

      Yes, however, libsql is a better choice, especially for JSON.

    • @relaxwithai
      @relaxwithai 5 місяців тому

      Kinda, from my understanding, you can use the TEXT datatype and perform json operations on it

    • @benlevy1896
      @benlevy1896 5 місяців тому +3

      It has both json that is stored as text and jsonb that gets stored as binary.

    • @HideBuz
      @HideBuz 3 місяці тому

      ​@@theplaintech Why? How did they improve json in libsql?

    • @theplaintech
      @theplaintech 3 місяці тому

      @@HideBuz For full effect and edification, do your own research.

  • @7ala9at
    @7ala9at 5 місяців тому

    can i use sqlite in production now?

  • @PhilippeLoctaux
    @PhilippeLoctaux 5 місяців тому +1

    i would love to be able to subscribe to this show in my podcast client, when is the rss feed coming? :)

    • @aarondfrancis
      @aarondfrancis  5 місяців тому +2

      It's here! databaseschool.transistor.fm

    • @PhilippeLoctaux
      @PhilippeLoctaux 5 місяців тому +1

      thanks! you might want to put it in the description so more people can find it!

    • @DanielTolentino42
      @DanielTolentino42 5 місяців тому

      ​@@PhilippeLoctaux +1

  • @FaraazAhmad
    @FaraazAhmad 5 місяців тому

    So Kent is your Aaron Francis

  • @ordinarygg
    @ordinarygg 5 місяців тому +6

    Geodata and a lot of missing features unfortunately SQLite is not for big production. SQLIte is great for single server projects and hobby one.

    • @antidegenerates7449
      @antidegenerates7449 4 місяці тому +4

      Not every big project needs geodata 🤡 and for geodata theres dedicated solutions

    • @ordinarygg
      @ordinarygg 4 місяці тому

      @@antidegenerates7449 I think 🤡 is using half-compatible databases for any complex data, for example JSON. Do you really think single file will be faster in random access data then inode splited where OS proper cache is. Imaginary ponies that don’t have 10bil table in their lives, calling something “big projects” lol

    • @Jason-xw2md
      @Jason-xw2md 3 місяці тому

      ​@@ordinaryggthe vast majority of businesses are not going to have 10 billion rows. real 🤡 is acting like one tool is always the "correct" solution

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

      @@antidegenerates7449exactly, either way you're going over the wire for geodata so his comment is pure cult driven criticism, as if "big projects" only use a single data store.