kvs_mnesia.htm 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta name="description" content="" />
  8. <meta name="author" content="Maxim Sokhatsky" />
  9. <title>MNESIA</title>
  10. <link rel="stylesheet" href="https://synrc.space/synrc.css" />
  11. </head>
  12. <body>
  13. <nav>
  14. <a href='https://n2o.dev'>DEV</a>
  15. <a href='https://kvx.n2o.space'>KVS</a>
  16. <a href='#' style="background:#ededed;">MNESIA</a>
  17. </nav>
  18. <header>
  19. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  20. <h1>MNESIA</h1>
  21. </header>
  22. <main>
  23. <article>
  24. <section>
  25. <h3>INTRO</h3>
  26. <p>MNESIA is a <b>mnesia</b> backend imlpementation for KVS.
  27. Put the {dba,kvx_mnesia} property for the kvx application in your sys.config.</p>
  28. <br>
  29. </section>
  30. <section>
  31. <p>This module may refer to:
  32. <a href="kvx.htm"><b>kvx</b></a>.
  33. </p>
  34. </section>
  35. </article>
  36. </main>
  37. <footer>
  38. 2005&mdash;2019 &copy; Synrc Research Center
  39. </footer>
  40. </body>
  41. </html>