ElectricSQL - Local-first SQL with Elixir by James Arthur | ElixirConf EU 2023

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2023
  • Local-first is a new paradigm for developing apps, where you code against an embedded database in the client and have reactive, realtime, multi-user sync in the background.
    ElectricSQL is a new, open-source, platform for local-first development that works with standard Postgres and SQLite. This talk introduces the ElectricSQL system and dives into its core replication technology, developed in Elixir.
    Follow us on social:
    Twitter: / elixirconfeu and / codesyncglobal
    LinkedIn: / 27159258
    Facebook: / codesyncglobal
    Looking for a unique learning experience?
    Attend the next Code Sync conference near you!
    See what's coming up at: codesync.global
  • НаукаНаука

Комментарии • 6

  • @mcspud
    @mcspud 7 месяцев назад +4

    Seeing someone use Sublime Text brings a tear to my eye

    • @pookiepats
      @pookiepats 3 месяца назад +2

      We are yet strong brother don’t let the hype fool you, Sublime forever.

  • @user-bk4rv6qx2z
    @user-bk4rv6qx2z 8 месяцев назад +1

    This is huge!

  • @remotefarm4577
    @remotefarm4577 7 месяцев назад

    very interesting

  • @pookiepats
    @pookiepats 3 месяца назад +1

    Prisma is slow im out , i hate the thought of this awesome idea depending on prisma

    • @zzzyyyxxx
      @zzzyyyxxx 16 дней назад

      It doesn't depend on Prisma, that's just one ORM adapter they provide. You can use it anywhere you use Postgres, with whatever ORM and backend server language you want.