Commit Graph

82 Commits

Author SHA1 Message Date
e6860e67c2 Raised fetch_cursor limit to 10k rows 2025-12-25 22:04:52 +03:00
552264aaee Fixed TTL 2025-12-25 22:01:08 +03:00
66c7ee7a74 Fixed TTL 2025-12-25 21:55:55 +03:00
db0d1fb6a5 Error handled cursors closing 2025-12-25 21:49:21 +03:00
be9f2825df Support * columns in SelectResultData 2025-12-25 21:49:08 +03:00
1dc1b8154b Raised the limit for one query execution 2025-12-25 06:54:45 +03:00
3ca8b328dd Testing to change to abdulhade 2025-12-22 19:52:18 +03:00
70a70c09a8 changed repo links 2025-12-22 19:31:30 +03:00
c07e03cf93 Added get_database_tables endpoint. 2025-04-10 15:08:27 +03:00
6a26174b08 Splitted db-middleware create_user command. 2025-04-10 14:32:37 +03:00
b6bf6fa311 Made listeners only work for listenable connections. 2025-04-07 20:32:16 +03:00
51ebd6f204 Added listen_updates property to connections. 2025-04-07 20:29:37 +03:00
7e7c22d0bb ADDED EMOJIS TO THE DOCS, WOW 😯 2025-04-07 14:40:19 +03:00
77236c82d4 Added available commands. 2025-04-07 14:37:20 +03:00
f5e216bdcf Added Apache support. 2025-04-07 14:18:43 +03:00
0500c94e66 Added legal notice. 2025-04-07 13:15:40 +03:00
c076698c29 Fixed HAS_LOCAL_DBS config message. 2025-04-07 12:59:10 +03:00
62124edf6d Made the default API_PORT 8080. 2025-04-07 12:58:42 +03:00
19be56db11 Added more context to Nginx config. 2025-04-07 12:58:18 +03:00
a1c2f382d0 Added API testing and TLS Encryption for Nginx. 2025-04-07 12:57:38 +03:00
7c0f7d9bea Added help to configure Nginx. 2025-04-07 12:55:42 +03:00
d4c5037606 Explained types of users in README.md file. 2025-04-07 12:54:28 +03:00
eb16b34a4f Added create your first admin user part in documentation. 2025-04-07 12:53:30 +03:00
fe9c6242c0 Added test_setup command documentation. 2025-04-07 12:52:26 +03:00
f9181f846d Created a table of content in README.md file. 2025-04-07 12:50:23 +03:00
2ce334ff2e Added testing script docs. 2025-04-07 12:49:22 +03:00
cd5e887248 Made the host /files/ directory accessible to the docker appuser. 2025-04-07 12:46:24 +03:00
df90c30c69 Added a test_setup command. 2025-04-07 02:40:20 +03:00
bf84a61ef0 Added directory permission to the non-root user. 2025-04-07 02:39:54 +03:00
b66aca0a7d Updated ENTRYPOINT in the Dockerfile. 2025-04-06 12:59:15 +03:00
509fcaedbc Fixed the /files/ directory mount. 2025-04-06 12:58:48 +03:00
58aac85758 Moved database migrations to run.sh script. 2025-04-06 12:47:42 +03:00
678af03cd5 Remove the container and start a new one after upgrade. 2025-04-06 12:30:56 +03:00
9ffbe59356 Enhanced the user creation way. 2025-04-06 12:11:43 +03:00
91459ddabe Added create user function. 2025-04-05 23:01:27 +03:00
1798d559cf Changed the run command back. 2025-04-04 21:54:07 +03:00
bcea2ad727 Added help command for the manager script. 2025-04-04 21:45:14 +03:00
383c14db20 Create a files directory in ~/.db-middleware. 2025-04-04 20:37:04 +03:00
55ac58f3bd Mounted the files directory. 2025-04-04 20:36:34 +03:00
d38b313c8b Added configurations part. 2025-04-04 20:36:10 +03:00
fd06030f03 Added a /ping endpoint. 2025-04-04 20:35:40 +03:00
9cd9af8a67 Changed the run command. 2025-04-04 20:35:11 +03:00
b45a0e7086 Fixed the RUN RUN command in Dockerfile. 2025-04-04 19:06:25 +03:00
4c35134d64 Added messages to explain the config variables. 2025-04-04 19:04:22 +03:00
78dda6afdb Optimized Docker build process. 2025-03-31 08:17:04 +03:00
e18511c7c4 Added support to other Operating Systems. 2025-03-31 08:12:50 +03:00
c75b60456e Upgrade pip before installing python packages. 2025-03-30 17:02:11 +03:00
114ddaeaf5 Corrected the group name from sudo to docker. 2025-03-30 16:58:53 +03:00
0bd85777dc Changed where the user is added to the docker group. 2025-03-30 16:45:50 +03:00
3635d739a5 Made docker's build-kit optional. 2025-03-30 16:14:11 +03:00