Pinned Repositories
java-quickstart
This repository contains code samples for getting started with Java and MariaDB.
mariadb-getting-started
🚀 MariaDB is a community-developed, commercially supported relational database management system. This repo provides you with an introduction to the MariaDB database products, how you can get started using them as well as additional resources you can use to learn even more about MariaDB!
mariadb-json-quickstart
This repository uses the official MariaDB Docker image to demonstrate how to manage semi-structured, via JavaScript Objection Notation (JSON), within a MariaDB database.
microservices-dotnet
This repository provides a simple example of a microservice architecture using a Microsoft .NET solution with MariaDB
nodejs-quickstart
This repository contains code samples for getting started with Node.js and MariaDB.
php-pdo-quickstart
This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP and PDO (PHP Data Objects).
php-quickstart
This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP (via mysqli).
python-quickstart
This repository will walk you through the process of quickly getting started with Node.js and MariaDB using the MariaDB Python connector.
reactive-programming-java-examples
Reactive examples with Java, Project Reactor, and R2DBC
wordle-game-clone
A Wordle clone implemented with Spring Boot, R2DBC, MariaDB, and Svelte
Developer Code Central's Repositories
mariadb-developers/php-quickstart
This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP (via mysqli).
mariadb-developers/mariadb-json-quickstart
This repository uses the official MariaDB Docker image to demonstrate how to manage semi-structured, via JavaScript Objection Notation (JSON), within a MariaDB database.
mariadb-developers/nodejs-sequelize-quickstart
This repository will walk you through the process of quickly getting started with Sequelize, a promise-based Node.js object-relational mapping (ORM) library, to connect to and communicate with a MariaDB using the MariaDB Node.js connector.
mariadb-developers/todo-app-dotnet-dapper
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and .NET back-end, which utilizes the open source, third-party MySqlConnector database drive and Dapper object-relational mapping toolkit.
mariadb-developers/todo-app-nodejs-sequelize
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector and the Sequelize object-relational mapping module.
mariadb-developers/mariadb-json-samples
This repository contains sample code for working with MariaDB and JavaScript Object Notation (JSON).
mariadb-developers/flights-app-python
Flights is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The Flights app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector
mariadb-developers/mariadb-connector-python-samples
A repository that provides samples that use MariaDB Connector/Python
mariadb-developers/mariadb-htap-quickstart
This walkthrough will get you up and running with a MariaDB Community Server, using ColumnStore and Docker, and to create a Hybrid Transactional/Analytical (HTAP) database solution in less than 15 minutes.
mariadb-developers/places-app-jdbc-spring
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/J (JDBC) and Spring Data.
mariadb-developers/places-app-nodejs
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector
mariadb-developers/mariadb-modern-sql-samples
mariadb-developers/mariadb-pl-sql-samples
This repository contains sample code for working with MariaDB and PL/SQL, using Oracle Compatibility Mode.
mariadb-developers/nodejs-typeorm-quickstart
This repository demonstrates how to configure and use TypeORM (with the MySQLJS driver) with MariaDB.
mariadb-developers/flights-app-nodejs
Flights is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The Flights app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector
mariadb-developers/mariadb-orm-samples
Object-Relational Mapping and MariaDB samples
mariadb-developers/places-app-python
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector
mariadb-developers/places-app-r2dbc-spring
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/R2DBC and Spring Data R2DBC.
mariadb-developers/todo-app-dotnet-entityframework
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and .NET back-end, which utilizes the open source, third-party MySqlConnector database drive and Entity Framework object-relational mapping toolkit.
mariadb-developers/todo-app-jdbc-spring
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/J (JDBC) and Spring Data.
mariadb-developers/todo-app-nodejs
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector
mariadb-developers/todo-app-python
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector
mariadb-developers/todo-app-r2dbc-spring
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/R2DBC and Spring Data R2DBC.
mariadb-developers/flights-app-client
This repository contains the a simple web application front-end application, built with React.js, called Flights. The Flights front-end communicates with a back-end API project (which should already be up and running when this app is started).
mariadb-developers/mariadb-connector-r2dbc-samples
This repository contains a simple Java application. The application contains Spring Framework dependencies, including Spring Boot and Spring Data R2DBC.
mariadb-developers/mariadb-sample-apps
mariadb-developers/places-app-client
This repository contains the a simple web application front-end application, built with React.js, called Places. The Places front-end communicates with a back-end API project (which should already be up and running when this app is started).
mariadb-developers/todo-app-client
This repository contains the a simple web application front-end application, built with React.js, called TODO. The TODO front-end communicates with a back-end API project (which should already be up and running when this app is started).
mariadb-developers/todo-app-python-sqlalchemy
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector and the SQLAlcemy object-relational mapping toolkit.
mariadb-developers/typescript-quickstart