Rename Presto to Trino (#917)

This commit is contained in:
Martin Traverso
2021-01-10 04:01:55 -08:00
committed by GitHub
parent f5538da27d
commit de091559d0

View File

@ -280,7 +280,7 @@ _Everything that simplifies interactions with the database._
- [MapDB](http://www.mapdb.org) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
- [MariaDB4j](https://github.com/vorburger/MariaDB4j) - Launcher for MariaDB that requires no installation or external dependencies.
- [Modality](https://github.com/arkanovicz/modality) - Lightweight ORM with database reverse engineering features.
- [Presto](https://prestosql.io) - Distributed SQL query engine for big data.
- [Trino](https://trino.io) - Distributed SQL query engine for big data.
- [QueryStream](https://github.com/querystream/querystream) - Build JPA Criteria queries using a Stream-like API.
- [Querydsl](http://www.querydsl.com) - Typesafe unified queries.
- [Realm](https://github.com/realm/realm-java) - Mobile database to run directly inside phones, tablets or wearables.