• Joined on 2022-11-11
jbaskin pushed to master at jbaskin/morethantext-web 2023-04-04 09:59:49 -04:00
659a2758bb Pulled back to use async channels.
685ddfe32d Moved existing mod out of the way.
Compare 2 commits »
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-28 07:38:35 -04:00
6d61af5136 Added id generator.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-26 10:30:37 -04:00
4b0af019c8 Moved session inside database.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-26 09:31:02 -04:00
ee45375085 Removed session as separate code.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-24 08:02:32 -04:00
c75bea3913 Setup initial db session.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-22 22:42:13 -04:00
40aae3ef5a Moved entry into separate file.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-21 18:35:56 -04:00
1f36848450 Moved in new mod file.
d4d42a599e Moved to new mod file.
3de5c2857b Removing old mod file.
Compare 3 commits »
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-19 13:02:43 -04:00
abfa7114df got datatype read/write working with database.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-16 22:32:25 -04:00
418ba26da9 Stubbed out database.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-15 07:39:03 -04:00
e125d79a6c Added error codes to store.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-14 11:32:54 -04:00
a3d8feb37a Added cache initialization.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-05 11:15:45 -05:00
c477a92945 Added initialization failure.
jbaskin pushed to master at jbaskin/morethantext-web 2023-03-05 00:19:33 -05:00
8fada737ac Replaced filename string with PathBuf.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-19 11:27:43 -05:00
691ab6a27e Added entry remove function.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-17 09:05:21 -05:00
0ffb30d322 Added retrival function.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-15 12:13:34 -05:00
c0e4a5fad7 added Entry update function.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-15 09:47:40 -05:00
ef48fde890 Finished out Entry's new and get functions.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-15 07:11:45 -05:00
9b0154064f Handled unicode error.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-13 10:20:07 -05:00
894fcbcd02 In process of separating cache from database.
716b559062 Began reworking cache.
Compare 2 commits »
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-05 11:32:48 -05:00
af1a60665a Removed the commented code.