GithubHelp home page GithubHelp logo

adminer's Introduction

MariaDB - Railway Template

This example deploys a self-hosted version of MariaDB. MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License.

Deploy on Railway

What is MariaDB?

MariaDB Server is one of the most popular database servers in the world. It's made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, DBS Bank, and ServiceNow.

The intent is also to maintain high compatibility with MySQL, ensuring a library binary equivalency and exact matching with MySQL APIs and commands. MariaDB developers continue to develop new features and improve performance to better serve its users.

โœจ Services

  • MariaDB
  • Adminer (Web GUI for Database management)

๐Ÿ’โ€โ™€๏ธ How to use

  • Click the Railway button ๐Ÿ‘†
  • Add the required environment variables. For more environment variables check the official docs
  • init_db.sql & create_user.sql are custom scripts that will be executed on startup. You can customize them as per your needs.
  • Deploy
  • To access the Adminer GUI, use the railway public url. For example: https://<project-name>.up.railway.app/ login
  • You can login into adminier with Server as database and username & password which you configured during service configuration or you can find under environmental variable for database service in Railway UI.
  • You can utilize the railway internal network to connect to the database from other services. For example database.railway.internal should be your database host.
  • You can view list of databases and tables in the Adminer GUI adminer
  • To view tables within a database, click on the database name tables
  • Adminer also provides option to view table column infomration columns
  • You can edit and modify table structure using Adminer edit
  • Table can be created from UI as well create
  • It also provider option to execute custom sql queries. By clicking on SQL Command you should be able to write your own sql and query the table you want. custom
  • To include your application make sure to create a separate folder and add new service. Use internal network to connect to db.
  • Enjoy!

๐Ÿ“ Notes

adminer's People

Contributors

aravindha1234u avatar melissa-hale avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.