The name TegridyDB (short for TegDB) is inspired by the Tegridy Farm in South Park and tries to correct some of the wrong database implementations, such as null support, implicit conversion support, etc.
//! Unit tests for low-level API components
//!//! These tests directly test internal components like StorageEngine, parser, etc.
//! They use low-level APIs that are not part of the public API surface.
pubmodparser_tests;pubmodparser_transaction_tests;pubmodstorage_engine_tests;pubmodstorage_format_tests;pubmodstorage_header_compatibility_tests;pubmodstorage_header_tests;pubmodstorage_preallocate_disk_tests;pubmodstorage_preallocate_memory_tests;pubmodstorage_transaction_tests;