• Stars
    star
    174
  • Rank 212,142 (Top 5 %)
  • Language
    C++
  • License
    Other
  • Created about 8 years ago
  • Updated 17 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MySQL Shell is a new command line scriptable shell for MySQL. It supports JavaScript and Python.
Copyright (c) 2016, 2023, Oracle and/or its affiliates.

This is a release of MySQL Shell (part of MySQL Server), an interactive
JavaScript, Python and SQL console interface, supporting development and
administration for the MySQL Server. It provides built in scriptable APIs
that support the creation and management of MySQL InnoDB Clusters,
as well as a modern fluent CRUD API for the MySQL Document Store.
Connections to MySQL server can use X Protocol or classic MySQL protocol.

The AdminAPI enables you to work with MySQL InnoDB Cluster, InnoDB ReplicaSet, and InnoDB ClusterSet providing an integrated solution for high availability and scalability using InnoDB based MySQL databases, without requiring advanced MySQL expertise.

The Document Store X DevAPI enables developers and DBAs to create "schema-less"
JSON document collections and perform Create, Update, Read, Delete (CRUD)
operations on those collections without in depth knowledge of the SQL language.

Additionally, MySQL Shell (part of MySQL Server) provides partial compatibility
with the mysql command line client by supporting many of the same command line
options. As with the mysql command line, MySQL Shell (part of MySQL Server) can
also be used to connect to and send SQL commands to MySQL server using the
classic MySQL protocol.

For more information about how to use MySQL Shell see
https://dev.mysql.com/doc/mysql-shell/8.0/en/

For more information about how to configure and work with InnoDB Cluster
see https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-innodb-cluster.html

For more information about how to configure and work with InnoDB ReplicaSet see https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-innodb-replicaset.html

For more information about how to configure and work with InnoDB ClusterSet see https://dev.mysql.com/doc/mysql-shell/8.0/en/innodb-clusterset.html

For more information about how to use X DevAPI and the MySQL Document
Store see https://dev.mysql.com/doc/refman/en/document-store.html

For JavaScript API documentation, see:
https://dev.mysql.com/doc/dev/mysqlsh-api-javascript/8.0/

For Python API documentation, see:
https://dev.mysql.com/doc/dev/mysqlsh-api-python/8.0/

For full documentation on MySQL Server, MySQL Shell and related
topics, see: https://dev.mysql.com/doc/refman/en/

If you want to write applications that use the the CRUD based X DevAPI use the
latest MySQL Connectors for your language of choice. For documentation see
https://dev.mysql.com/doc/index-connectors.html

License information can be found in the LICENSE file.

This distribution may include materials developed by third parties.
For license and attribution notices for these materials, please refer to
the LICENSE file.

For more information on MySQL Shell (part of MySQL Server), visit
  https://dev.mysql.com/doc/mysql-shell/8.0/en/

For additional downloads and the source of MySQL Shell (part of MySQL Server),
visit
  http://dev.mysql.com/downloads

MySQL Shell (part of MySQL Server) is brought to you by the MySQL team at
Oracle.

More Repositories

1

mysql-server

MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
C++
10,291
star
2

mysql-connector-j

MySQL Connector/J
Java
861
star
3

mysql-connector-python

MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Documentation & Download: http://dev.mysql.com/doc/connector-python/en
Python
850
star
4

mysql-workbench

MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.
C++
849
star
5

mysql-sys

The MySQL sys schema
PLpgSQL
827
star
6

mysql-operator

MySQL Operator for Kubernetes
Python
704
star
7

mysql-connector-cpp

MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop C++ and C applications that connect to MySQL Server.
C++
591
star
8

mysql-proxy

MySQL Proxy is a simple program that sits between your client and MySQL server(s) and that can monitor, analyze or transform their communication. Its flexibility allows for a wide variety of uses, including load balancing, failover, query analysis, query filtering and modification, and many more.
C
416
star
9

mysql-connector-net

Connector/NET is a fully-managed ADO.NET driver for MySQL.
C#
285
star
10

mysql-utilities

MySQL Utilities is a set of easy-to-use scripts intended to make working with MySQL servers easier.
Python
259
star
11

mysql-js

NoSQL node.js connector for MySQL Cluster
JavaScript
169
star
12

mysql-router

MySQL Router is lightweight middleware that provides transparent routing between your application and any backend MySQL Servers.
C++
149
star
13

mysql-connector-nodejs

MySQL Connector Node.JS is a MySQL Connector using the X Protocol, which was introduced with MySQL 5.7.12.
JavaScript
149
star
14

mysql-connector-odbc

This is the source for MySQL Connector/ODBC (myodbc), an ODBC (3.51) driver for connecting an ODBC-aware application to the MySQL Server.
C++
89
star
15

mysql-for-excel

MySQL for Excel is an Excel Add-In that is installed and accessed from within the MS Excel Data tab offering a wizard-like interface arranged in an elegant,yet simple way to help users browse MySQL Schemas, Tables, Views, and Procedures and perform data operations against them using MS Excel as the vehicle to drive the data in and out MySQL Databases.
C#
63
star
16

mysql-shell-plugins

Plugins for the MySQL Shell
TypeScript
61
star
17

mysql-for-vs

MySQL for Visual Studio provides access to MySQL objects and data without forcing your developers to leave Visual Studio. Designed and developed as a Visual Studio package, MySQL for Visual Studio integrates directly into Server Explorer providing a seamless experience for setting up new connections and working with database objects.
C#
33
star
18

mysql-ndb-operator

Kubernetes Operator for MySQL NDB Cluster.
Go
32
star
19

mysql-notifier

MySQL Notifier is a small utility that can keep watch over your Windows and MySQL services, notifying you of changes in their operation. Notifier is intended to run when Windows starts up and sits in the tray notification area watching the MySQL and Windows services you have configured.
C#
17
star
20

mysql-snap

Source files for building Ubuntu Snap images
Shell
12
star
21

mysql-configurator

MySQL Configurator
C#
4
star