Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysql/mysql-shell
MySQL Shell is a new command line scriptable shell for MySQL. It supports JavaScript and Python.
https://github.com/mysql/mysql-shell
Last synced: 6 days ago
JSON representation
MySQL Shell is a new command line scriptable shell for MySQL. It supports JavaScript and Python.
- Host: GitHub
- URL: https://github.com/mysql/mysql-shell
- Owner: mysql
- License: other
- Created: 2016-04-12T06:24:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T09:48:01.000Z (3 months ago)
- Last Synced: 2024-10-29T14:57:32.579Z (2 months ago)
- Language: C++
- Size: 77.5 MB
- Stars: 193
- Watchers: 31
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mysql - MySQL Shell - Advanced client and code editor for MySQL that supports development and administration for the MySQL Server and MySQL InnoDB cluster (AdminAPI) with an interactive JavaScript, Python, or SQL interface. (GUI)
README
Copyright (c) 2016, 2024, 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.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.4/en/For additional downloads and the source of MySQL Shell (part of MySQL Server),
visit
http://dev.mysql.com/downloadsMySQL Shell (part of MySQL Server) is brought to you by the MySQL team at
Oracle.Additional Information
MySQL Shell (part of MySQL Server) 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.4/en/For more information about how to configure and work with InnoDB Cluster
see https://dev.mysql.com/doc/mysql-shell/8.4/en/mysql-innodb-cluster.htmlFor more information about how to configure and work with InnoDB ReplicaSet see https://dev.mysql.com/doc/mysql-shell/8.4/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.4/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.htmlFor JavaScript API documentation, see:
https://dev.mysql.com/doc/dev/mysqlsh-api-javascript/8.4/For Python API documentation, see:
https://dev.mysql.com/doc/dev/mysqlsh-api-python/8.4/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