news.volyx.in

SQLite Is a Library of Congress Recommended Storage Format (sqlite.org)

663 points by whatisabcdefgh · 69 days ago · 192 comments on HN

Article summary

The US Library of Congress recommends SQLite as a storage format for datasets due to its ability to maximize the chance of survival and continued accessibility of digital content. The recommendation is based on criteria such as disclosure, adoption, transparency, self-documentation, external dependencies, and impact of patents. SQLite is one of only a few recommended formats, along with XML, JSON, and CSV. This recommendation highlights the importance of using open and accessible formats for data storage.

Main themes

  • Data Storage
  • Database Management
  • Digital Preservation
  • Format Recommendations
  • Library of Congress

What commenters say

  • Some companies ban the use of SQLite due to concerns about data security and the ease of creating and sharing databases, but this ban may be misguided and overly restrictive.
  • Excel is often used as a shadow database and can pose similar security risks, but it is not typically banned by companies.
  • The use of SQLite can be a more suitable alternative to Excel for certain data storage needs, and its recommendation by the Library of Congress highlights its potential benefits.
  • Overly restrictive policies on data storage and management can lead to unintended consequences, such as the proliferation of shadow databases and decreased productivity.
  • The recommendation of SQLite by the Library of Congress may encourage companies to reevaluate their data storage policies and consider more open and accessible formats.
  • The use of SQLite and other recommended formats can help to promote data preservation and accessibility, but it requires careful consideration of security and management concerns.