Commit Graph

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