|
5244596e0c
|
unused imports etc. cleaned up, added routes and handlers for /users/profiles and /languages
|
2021-06-05 23:32:08 +02:00 |
|
|
1d9e23856d
|
added cargo file for workspace
|
2021-06-05 12:58:31 +02:00 |
|
|
a569c0b371
|
removed server package from .gitignore
|
2021-06-05 12:58:07 +02:00 |
|
|
a391919784
|
hurray, its the first time we get some skills back from database :)
|
2021-06-05 12:57:25 +02:00 |
|
|
91deda2614
|
fixed compiler errors
also manually fixed scheme, as the automatic mapping uses Integer on PRIMARY KEY INTEGER, Integer manually replaced by BigInt
|
2021-06-01 08:49:32 +02:00 |
|
|
58f6b349df
|
first test and needed dependency to diesel added (test not complete yet)
|
2021-05-31 07:34:02 +02:00 |
|
|
1645ed984d
|
Structs changed to uppercase, use definitions corrected
|
2021-05-31 07:32:57 +02:00 |
|
|
5aebc32e87
|
fixed table names on FOREIGN KEY references (should also use plurals as tables was renamed)
|
2021-05-30 23:20:55 +02:00 |
|
|
dfdec4d8a7
|
added structs for the defined tables
|
2021-05-30 23:14:50 +02:00 |
|
|
f34d59dec9
|
all tablenames are now in their plural form (e.g. user -> users)
|
2021-05-30 23:04:51 +02:00 |
|
|
a5c25e4abc
|
first database schema for sqlite3 (done as diesel migration scripts)
|
2021-05-30 22:27:23 +02:00 |
|
|
1f1c71f533
|
Initial commit
|
2021-05-29 09:49:09 +02:00 |
|