+ Fixed issue where IDs of different models were colliding + Used built in methods to convert u64 to bytes + Added tests for database speed + Converted return time of filter to an iterator + Added better error handling for non-unique values
+ This commit started as an experiment in a GraphQL api. It didn't turn out well...
+ Using sled as a database + Added functions for inserting and fetching models from the database
+ Basic models + Project Layout + ARCHITECTURE.md and README.md