gist-database

✨ Transform gist into your personal key/value datastore. 💡Pair this with Next.js static sites and incremental static regeneration. Built with TypeScript.

MIT License

Downloads
29
Stars
104
Committers
2

Bot releases are visible (Hide)

gist-database - Release 1.8.0 Latest Release

Published by TimMikeladze almost 2 years ago

  • ✨ commander cli for creating or destroying a database (9a87d9b)
gist-database - Release 1.7.0

Published by TimMikeladze almost 2 years ago

  • Merge branch 'master' of github.com:TimMikeladze/gist-database (ab3ec57)
  • ✅ 🐛 🚑 🚨 fix initialization with existing gist id (1890a0f)
  • Merge pull request #2 from TimMikeladze/renovate/all-minor-patch (ef02336)
  • 🐛 add #!/usr/bin/env node (de774d2)
  • Update dependency husky to v8.0.3 (ec0e83d)
gist-database - Release 1.6.1

Published by TimMikeladze almost 2 years ago

  • 📦 update description of npm package (3a2e7b0)
  • 📚 add acceptable use policy to readme (4bc63c3)
gist-database - Release 1.6.0

Published by TimMikeladze almost 2 years ago

  • ✅ 📚 ✨ 🚨 store extra raw files alongside main key/value (0778276)
gist-database - Release 1.5.0

Published by TimMikeladze almost 2 years ago

  • ✅ 📚 ✨ 🚨 add rev id for dirty optimistic locking (a89b8ce)
gist-database - Release 1.4.0

Published by TimMikeladze almost 2 years ago

  • ⬆️ typescript eslint (d3fd84d)
  • ✅ 📚 ✨ 🚨 encryptionKey option and documentation (e9572c9)
gist-database - Release 1.3.0

Published by TimMikeladze almost 2 years ago

  • 🐛 update leftover MAX_FILE_SIZE_BYTES value (ce69e9e)
  • ✨ getDatabaseId function (b681082)
  • 🐛 updating existing document (34052dc)
gist-database - Release 1.2.1

Published by TimMikeladze almost 2 years ago

  • 🐛 flatten paths when using get/set/del util functions (f423a58)
gist-database - Release 1.2.0

Published by TimMikeladze almost 2 years ago

  • 📚 ✨ add pretty compression option (4bc1333)
  • ✨ add keys function (9410ff1)
gist-database - Release 1.1.1

Published by TimMikeladze almost 2 years ago

  • ✨ lazily init db (5ee1fde)
gist-database - Release 1.1.0

Published by TimMikeladze almost 2 years ago

  • ✔️ 🚨 increase test timeout (877e5a6)
  • 📚 type example in docs (faa4991)
  • ✅ 📚 ✨ 🚨 Add compression option and run test suite for multiple compression options (3562309)
  • ✨ 🚧 split/pack/unpack value across multiple files in a gist to increase storage (e61a1e9)
  • 🐛 🚨 add buffer package (312f4af)
gist-database - Release 1.0.2

Published by TimMikeladze almost 2 years ago

  • 🔒 add json5 to resolutions (a8e00f2)
  • 📚 fix typos (c379200)
gist-database - Release 1.0.1

Published by TimMikeladze almost 2 years ago

  • 📚 fix typo (82e062f)
gist-database - Release 1.0.0

Published by TimMikeladze almost 2 years ago

  • 🎨 ✨ change signature of set (1653f48)
  • 📚 first pass at readme (548a5de)
  • 🎨 use cross-fetch (1938afd)
  • 🎨 ✨ 🐎 first pass at packing contents into gist files (e384816)
  • 🎨 add generics (3a8fc13)
  • ⚡ clean up code (40474c7)
  • 🔨 rename GITHUB_TOKEN to GIST_TOKEN (e955aea)
  • 🔨 use static methods (e84a74f)
  • ✨ create database through cli (b8c3e0b)
  • 🐛 ci (17ba8d4)
  • ✅ ✨ 🚨 get and delete many (c053866)
  • 🐛 deletions (0d2892f)
  • ✅ ✨ 🚨 🚧 ttl keys (2542513)
  • 🎉 kick off the project (d03b5f2)