home.social

#dt260208 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dt260208, aggregated by home.social.

  1. # #dt260208
    # #sql
    # #primarykey
    # #foreignkey
    # #SQLite

    I had chatgpt refactor the bookbiz database schema (from PracticalSQL book 2nd ed). It added primary and foreign keys. I then had it refactor for SQLite specifically.

    chatgpt.com/share/69894b9c-b94

    ...

    Highlights:

    1. SQLite-Idiomatic Schema (Clean Rewrite)
    Global settings (critical in SQLite)
    PRAGMA foreign_keys = ON;
    PRAGMA journal_mode = WAL;
    PRAGMA synchronous = NORMAL;

  2. # #dt260208
    # #sql
    # #primarykey
    # #foreignkey
    # #SQLite

    I had chatgpt refactor the bookbiz database schema (from PracticalSQL book 2nd ed). It added primary and foreign keys. I then had it refactor for SQLite specifically.

    chatgpt.com/share/69894b9c-b94

    ...

    Highlights:

    1. SQLite-Idiomatic Schema (Clean Rewrite)
    Global settings (critical in SQLite)
    PRAGMA foreign_keys = ON;
    PRAGMA journal_mode = WAL;
    PRAGMA synchronous = NORMAL;

  3. # #dt260208
    # #sql
    # #primarykey
    # #foreignkey
    # #SQLite

    I had chatgpt refactor the bookbiz database schema (from PracticalSQL book 2nd ed). It added primary and foreign keys. I then had it refactor for SQLite specifically.

    chatgpt.com/share/69894b9c-b94

    ...

    Highlights:

    1. SQLite-Idiomatic Schema (Clean Rewrite)
    Global settings (critical in SQLite)
    PRAGMA foreign_keys = ON;
    PRAGMA journal_mode = WAL;
    PRAGMA synchronous = NORMAL;

  4. # #dt260208
    # #sql
    # #primarykey
    # #foreignkey
    # #SQLite

    I had chatgpt refactor the bookbiz database schema (from PracticalSQL book 2nd ed). It added primary and foreign keys. I then had it refactor for SQLite specifically.

    chatgpt.com/share/69894b9c-b94

    ...

    Highlights:

    1. SQLite-Idiomatic Schema (Clean Rewrite)
    Global settings (critical in SQLite)
    PRAGMA foreign_keys = ON;
    PRAGMA journal_mode = WAL;
    PRAGMA synchronous = NORMAL;

  5. # #dt260208
    # #sql
    # #primarykey
    # #foreignkey
    # #SQLite

    I had chatgpt refactor the bookbiz database schema (from PracticalSQL book 2nd ed). It added primary and foreign keys. I then had it refactor for SQLite specifically.

    chatgpt.com/share/69894b9c-b94

    ...

    Highlights:

    1. SQLite-Idiomatic Schema (Clean Rewrite)
    Global settings (critical in SQLite)
    PRAGMA foreign_keys = ON;
    PRAGMA journal_mode = WAL;
    PRAGMA synchronous = NORMAL;