Update README.md

master
Rob Hedgpeth 2020-08-25 12:05:44 -05:00 zatwierdzone przez GitHub
rodzic 73ca7344be
commit d02c84ff19
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -36,5 +36,17 @@ This repository provides a variety of samples that utilize [MariaDB Connector/Py
[MariaDB](http://www.mariadb.com) implements more of the standard SQL specification than any other open source database, adding support for [common table expressions (CTEs)](https://mariadb.com/kb/en/with/), [window functions](https://mariadb.com/kb/en/window-functions/), [temporal data tables](https://mariadb.com/kb/en/temporal-data-tables/) and many other features over the last few years.
### [Object-Relational Mapping Samples](https://github.com/mariadb-corporation/dev-example-orms)
A collection of samples highlighting the usages of Object-Relational Mapping (ORM) tools.
| App Language | Driver | ORM |
|--------------|---------|-----------|
| Node.js | Node.js | Sequelize |
| Java | JDBC | |
| Java | R2DBC | |
| Python | Python | |
## Support and Contribution <a name="support-contribution"></a>
If you have any questions, comments, or would like to contribute to this or future projects like this please reach out to us directly at developers@mariadb.com or on [Twitter](https://twitter.com/mariadb).