ANSI SQL transaction isolation levels expressed as a string-literal union.
Kept as a standalone export (in addition to the IsolationLevel enum
below) so existing code that passes raw strings such as
{ isolationLevel: 'SERIALIZABLE' } keeps compiling without changes.
ANSI SQL transaction isolation levels expressed as a string-literal union. Kept as a standalone export (in addition to the
IsolationLevelenum below) so existing code that passes raw strings such as{ isolationLevel: 'SERIALIZABLE' }keeps compiling without changes.