riiablo/table
Collin Smith 9fa2244429 Added support for record lookup via string primary key
Added support for record lookup via string primary key
TsvParser implements recordName(int) primaryKey(String) and primaryKey()
Added fast-forward recordName(int) into Parser base class to ParserInput
Merged parse record code within Table impl into parseRecord method call
2021-01-04 15:13:27 -08:00
..
annotation-processor Added additional argument to Table class to initialize string lookup table 2021-01-04 14:36:13 -08:00
annotations Created Schema#preload to trigger preloading of table records 2020-12-21 14:27:23 -08:00
core Added support for record lookup via string primary key 2021-01-04 15:13:27 -08:00
integration Added support for foreign keys within schemas 2020-12-19 14:20:24 -08:00