Change the repository type filter
Sources
Repositories list
45 repositories
vector-search-workshop
Publicmariadb-getting-started
Public🚀 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!java-quickstart
PublicThis repository contains code samples for getting started with Java and MariaDB.nodejs-quickstart
PublicThis repository contains code samples for getting started with Node.js and MariaDB.docker
Publicblog-images
Publicwordle-game-clone
Publicpython-quickstart
PublicThis repository will walk you through the process of quickly getting started with Node.js and MariaDB using the MariaDB Python connector..github
Publicmariadb-connecting
Publicxpand-quickstart
Publicxpand-dummies
Publicmariadb-web-admin
Publicphp-pdo-quickstart
PublicThis 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
PublicThis repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP (via mysqli).- 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.
- 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.
- This repository demonstrates how to configure and use TypeORM (with the MySQLJS driver) with MariaDB.
typescript-quickstart
Publictodo-app-client
PublicThis 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).todo-app-r2dbc-spring
PublicTODO 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.places-app-r2dbc-spring
PublicPlaces 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.places-app-jdbc-spring
PublicPlaces 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.places-app-python
PublicPlaces 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