Learned this from a friend. The types are null, integer, real, text, and blob. My friend describes them thusly:

  • Null stores nothing, but like, actively nothing, as opposed to the absence of a thing.
  • Integer is a signed integer, up to 8 bytes.
  • Real is always an 8-byte float.
  • Text is an arbitrary-length UTF-8 or UTF-16.
  • Blob is an arbitrary-length anything-else. But I hope you remembered what you put there. Because it sure isn’t gonna tell you. Oh, and it doesn’t have strong typing, so if you ask for it back as an integer, it’ll quite happily give you it back as an integer, especially if that doesn’t make sense!
  • eran_morad@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    6 months ago

    Anyone else here use R (+ openxlsx2) + SQLite to produce Excel reports? I’m finding that to be way better than flat file bullshit and writing macros.

    • BeigeAgenda
      link
      fedilink
      arrow-up
      3
      ·
      6 months ago

      I started a project trying to use excel to analyse data, but quickly found that it’s very limited, then I dumped the data into SQLite and added a statistics plugin, and bingo!