in reply to Re: SQLite in memory database to scalar
in thread SQLite in memory database to scalar

I don't need it to persist. I am creating it in memory and then printing it to stdout. Populating the database in memory is much, much faster than doing it on disk (which is why I am using :memory:).
  • Comment on Re^2: SQLite in memory database to scalar