• Joined on 2022-11-11
jbaskin pushed to master at jbaskin/morethantext-web 2023-04-10 07:53:11 -04:00
bb23397eb0 Added the database datatype.
jbaskin pushed to master at jbaskin/morethantext-web 2023-04-09 09:46:38 -04:00
da26693242 Refactored test.
jbaskin pushed to master at jbaskin/morethantext-web 2023-04-08 15:04:18 -04:00
572abbeda8 Got the cache channels setup.
jbaskin pushed to master at jbaskin/morethantext-web 2023-04-04 12:36:29 -04:00
e2d32f4a8c Added new function to DataType
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.