Developer guide#
This guide is intended for Trino contributors and plugin developers.
Important information on processes, code style, reviews, and other details are available on the development section of the Trino website and in the development documentation in the Trino source code.
- SPI overview
- Test writing guidelines
- Connectors
- Example HTTP connector
- Example JDBC connector
- Supporting
INSERT
andCREATE TABLE AS
- Supporting
MERGE
- Types
- Functions
- Table functions
- System access control
- Password authenticator
- Certificate authenticator
- Header authenticator
- Group provider
- Event listener
- Trino client REST API