• Joined on 2022-11-11
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.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-05 11:29:17 -05:00
5b291e3553 Completed making the session trait for databases.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-04 23:06:45 -05:00
51fc2c8921 Continued work to get items into a session.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-04 14:29:22 -05:00
60dae69788 Began abstracting functions for database sessions.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-02 21:55:36 -05:00
77c0f9f189 Removed session so it is part of the database.
jbaskin pushed to master at jbaskin/morethantext-web 2023-02-01 07:59:32 -05:00
ca418136a7 Added db session.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-27 12:44:45 -05:00
3ca71733c2 Switched add database from option to result.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-23 11:06:10 -05:00
766d2e753a Removed databases with empty names.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-22 14:15:51 -05:00
6e6de135ef Added FileData trait to Databases.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-21 21:46:59 -05:00
878e5277bf Added databases structure.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-20 09:35:29 -05:00
cef9843720 Consolidated code.