Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experimental offchain tables #1120

Merged
merged 33 commits into from
Oct 18, 2024
Merged

experimental offchain tables #1120

merged 33 commits into from
Oct 18, 2024

Commits on Sep 20, 2024

  1. drizzle deps

    kyscott18 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0499519 View commit details
    Browse the repository at this point in the history
  2. good

    kyscott18 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4e8295a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix cjs

    kyscott18 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    760a7b8 View commit details
    Browse the repository at this point in the history
  2. nits

    0xOlias committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3cac9fd View commit details
    Browse the repository at this point in the history
  3. fix lockfile

    kyscott18 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    279c28a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecdd432 View commit details
    Browse the repository at this point in the history
  5. prerelease

    0xOlias committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3b06276 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Kjs/store (#1123)

    * .
    
    * .
    
    * insert and update
    
    * delete
    
    * realtime
    
    * relations
    
    * onchain offchain
    
    * remove ponder.offchain.schema
    
    * cleanup
    kyscott18 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2adb02d View commit details
    Browse the repository at this point in the history
  2. prerelease

    0xOlias committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    50a3726 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    07503e5 View commit details
    Browse the repository at this point in the history
  2. export relations

    kyscott18 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e3a9fde View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. .

    kyscott18 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    51da25e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. start pglite

    kyscott18 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7d9a5e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. update database api (#1141)

    * .
    
    * start new indexing store
    
    * upsert
    
    * start jsdoc
    
    * jsdoc
    
    * onchain vs offchain
    
    * use text as hex column type
    
    * faster
    
    * indexing store errors and retry
    
    * finish trigger based reorg
    
    * fix namespace support
    kyscott18 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7d35596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde9ed7 View commit details
    Browse the repository at this point in the history
  3. run codegen

    kyscott18 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    231fb08 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fixes

    0xOlias committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9245b42 View commit details
    Browse the repository at this point in the history
  2. rename

    0xOlias committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b0cb570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667ae35 View commit details
    Browse the repository at this point in the history
  4. no drizzle peer dep

    kyscott18 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f9a31ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8285647 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. migration guide

    kyscott18 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cee84b9 View commit details
    Browse the repository at this point in the history
  2. update drizzle-orm

    kyscott18 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6bfea6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af87c68 View commit details
    Browse the repository at this point in the history
  4. prerelease

    0xOlias committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    52ba6c8 View commit details
    Browse the repository at this point in the history
  5. changeset

    0xOlias committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7c6c89f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. docs

    0xOlias committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    255c72a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. bug fixes

    kyscott18 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1ad4e72 View commit details
    Browse the repository at this point in the history
  2. prerelease

    0xOlias committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    308f9ab View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Fixup types and metrics (#1144)

    * Fixup types and metrics
    
    * Uses kysely pglite as dialect provider
    
    * Convert sqlite to pglite
    
    * tweaks
    
    * most tests working
    
    * type fixes
    
    ---------
    
    Co-authored-by: typedarray <[email protected]>
    3commascapital and 0xOlias authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a598f91 View commit details
    Browse the repository at this point in the history
  2. tweaks

    0xOlias committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    981d310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27f5baa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d7aa76 View commit details
    Browse the repository at this point in the history