On Tuesday, 25 July 2017 at 09:50:46 UTC, John Colvin wrote:
On Sunday, 2 July 2017 at 10:35:49 UTC, Steven Schveighoffer wrote:
I'll have a short presentation on a weird trick I discovered while writing some MySQL serialization code. Hope you can attend!

https://www.eventbrite.com/e/d-lang-presentation-strawman-structs-tickets-35120523431

-Steve

Is there a written summary of the idea? Or is there a specific point in the video someone could point me to?

Basically using structs to describe layouts (among other relations) and in turn use that to drive DbI automated code. The DbI is the only "code" the rest is declarative using the type system.

Steven was using it to describe what columns ( name and type) a query should return from a DB and the using DbI to generate the Query.

  • Boston D Meetup: Str... Steven Schveighoffer via Digitalmars-d-announce
    • Re: Boston D Me... Steven Schveighoffer via Digitalmars-d-announce
    • Re: Boston D Me... Steven Schveighoffer via Digitalmars-d-announce
      • Re: Boston ... Nicholas Wilson via Digitalmars-d-announce
        • Re: Bos... Steven Schveighoffer via Digitalmars-d-announce
          • Re:... Nicholas Wilson via Digitalmars-d-announce
          • Re:... Moritz Maxeiner via Digitalmars-d-announce
            • ... Steven Schveighoffer via Digitalmars-d-announce
      • Re: Boston ... Nick Sabalausky (Abscissa) via Digitalmars-d-announce
    • Re: Boston D Me... John Colvin via Digitalmars-d-announce
      • Re: Boston ... Nicholas Wilson via Digitalmars-d-announce
        • Re: Bos... Steven Schveighoffer via Digitalmars-d-announce
      • Re: Boston ... Andrei Alexandrescu via Digitalmars-d-announce

Reply via email to