- fix record ids bug (cause SDB since 2.0 not convert string to record_id)
- Readme [block for RecordId](https://github.com/kotolex/surrealist?tab=readme-ov-file#using-recordid)
- examples [for RecordId](https://github.com/kotolex/surrealist/blob/master/examples/record_id.py)
- create RecordId object to work with string or uid/ulid record_id
- now all methods can use RecordId, but strings can be used too for compatibility
- now connection, database and table objects store transport type (http or ws)
- redundant DATA_LENGTH_FOR_LOGS was removed
- refactoring
- add tests, examples and docs for record ids