kvs_mnesia.htm 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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://kvs.n2o.space'>KVS</a>
  16. <a href='#' style="background:#ededed;">MNESIA</a>
  17. <a href='ua/kvs_mnesia.htm'>UA</a>
  18. <a href='#' style="background:#ededed;">EN</a>
  19. </nav>
  20. <header>
  21. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  22. <h1>MNESIA</h1>
  23. </header>
  24. <main>
  25. <article>
  26. <section>
  27. <h3>INTRO</h3>
  28. <p>MNESIA is a <b>mnesia</b> backend imlpementation for KVS.
  29. Put the {dba,kvs_mnesia} property for the kvs application in your sys.config.</p>
  30. <br>
  31. </section>
  32. <section>
  33. <p>This module may refer to:
  34. <a href="kvs.htm"><b>kvs</b></a>.
  35. </p>
  36. </section>
  37. </article>
  38. </main>
  39. <footer>
  40. 2005&mdash;2019 &copy; Synrc Research Center
  41. </footer>
  42. </body>
  43. </html>