<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysql-xdevapi.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.mysql-xdevapi.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.mysql-xdevapi.php',
    1 => 'Mysql_xdevapi',
  ),
  'prev' => 
  array (
    0 => 'book.mysql-xdevapi.php',
    1 => 'Mysql_xdevapi',
  ),
  'next' => 
  array (
    0 => 'mysql-xdevapi.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysql_xdevapi/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.mysql-xdevapi" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This extension provides access to the MySQL Document Store via the X DevAPI. The X DevAPI
   is a common API provided by multiple MySQL Connectors providing easy access to relational
   tables as well as collections of documents, which are represented in JSON, from a API
   with CRUD-style operations.
  </p>
  <p class="para">
   The X DevAPI uses the X Protocol, the new generation client-server protocol of the MySQL
   8.0 server.
  </p>
  <p class="para">
   For general information about the MySQL Document Store, please refer to the
   <a href="https://dev.mysql.com/doc/refman/8.0/en/document-store.html" class="link external">&raquo;&nbsp;MySQL Document Store</a>
   chapter in the MySQL manual.
  </p>
 </div><?php manual_footer($setup); ?>