Note: This term is specific to CockroachDB, a Distributed SQL database. In other contexts, it may be used differently.
The SQL Layer is the layer of CockroachDB that speaks to the application or client using the programming language SQL, adhering to the PostgreSQL Wire Protocol. After performing various tasks, the SQL layer sends the relevant requests to the Transaction Layer.