Skip to content

Commit b8096ef

Browse files
authored
put enum to db row to top
1 parent f850780 commit b8096ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This repository documents pitfalls or hardships I've found when I was playing around with RUST. However, my playground is not public and would be too messy.
33

44
The following snippets can help you here:
5+
- [How to convert a Enum to DB row string value using Diesel? (get your string based Enum saved to DB) ](How_to_convert_a_Enum_to_DB_row_string_value_using_Diesel.md)
56
- [passwordHashing.rs - pbkdf2 implementation of passwordHashing & RustCrypto crate](passwordHashing.rs)
67
- [Examples for SQLite 3.35+ and Diesel PR 3004 returning clause](diesel_returning_clause_sqlite335.md)
78
- [How to install Rust,Docker,SQlite 3.35+ ?](rust_sqlite_335_bookworm_docker.md)
89
- [Rust Module Fuckery - How to use Lib.rs, compile/run individual binary crates, and access top level modules properly?](rust_module_fuckery.md)
9-
- [How to convert a Enum to DB row string value using Diesel? (get your string based Enum saved to DB) ](How_to_convert_a_Enum_to_DB_row_string_value_using_Diesel.md)

0 commit comments

Comments
 (0)