• Joined on 2022-11-11
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.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-19 21:52:23 -05:00
0a889b6c3c Removed false starts.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-17 13:18:48 -05:00
aef8c68853 Finished out the database stub.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-17 13:02:58 -05:00
13aa4328cc Added a database cache type.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-16 12:07:50 -05:00
809bcb641b Added an entry point to the database.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-16 09:31:35 -05:00
fa9cbe6a25 Added initial from bytes to databases.
jbaskin pushed to master at jbaskin/morethantext-web 2023-01-13 07:54:45 -05:00
43036bec84 Added read errors.