kvs_mnesia.htm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html><html><head><meta charset="utf-8" />
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  4. <meta name="description" content="" />
  5. <meta name="author" content="Maxim Sokhatsky" />
  6. <title>MNESIA</title>
  7. <link rel="stylesheet" href="https://n2o.dev/blank.css" />
  8. <link rel="stylesheet" href="https://n2o.dev/zima.css" />
  9. </head><body><nav>
  10. <a href="https://n2o.dev">DEV</a>
  11. <a href="https://kvs.n2o.dev">KVS</a>
  12. <a href="#" style="background:#ededed;">MNESIA</a>
  13. <div class="dropdown">
  14. <a onclick="drop()" class="dropbtn">EN</a>
  15. <div id="dropdown" class="dropdown-content">
  16. <a href="https://n2o.dev/deps/kvs/man/ua/kvs_mnesia.htm">UA</a>
  17. <a href="#">EN</a>
  18. </div>
  19. </div>
  20. </nav><header>
  21. <a href="../index.html"><img src="https://openmoji.org/data/color/svg/1F4BF.svg"/></a>
  22. <h1>MNESIA</h1>
  23. </header><main>
  24. <article>
  25. <section>
  26. <h3>INTRO</h3>
  27. <p>MNESIA is a <b>mnesia</b> backend imlpementation for KVS.
  28. Put the {dba,kvs_mnesia} property for the kvs application in your sys.config.</p>
  29. <br />
  30. </section>
  31. <section>
  32. <p>This module may refer to:
  33. <a href="kvs.htm"><b>kvs</b></a>.
  34. </p>
  35. </section>
  36. </article>
  37. </main><footer>
  38. 2005—2019 © Synrc Research Center
  39. </footer>
  40. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  41. </body></html>