Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help improve this project
title: ''
labels: ''
assignees: ''

---

<!--- Provide a general summary of the issue in the Title above. -->

## Description
<!-- A clear and concise description of what the bug is. -->
...

## Expected Behavior
<!--- Tell what should happen. -->
...

## Current Behavior
<!--- Tell what happens instead of the expected behavior. -->
...

## Steps to Reproduce
<!--- Provide an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. -->
1. ...
2. ...
3. ...

## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug. -->
...
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Description
<!-- A clear and concise description of what the feature request is about. -->
<!-- Is your proposal related to an issue? -->
...

## Possible Solution
<!-- Provide a clear and concise description of what you want to happen. -->
...

## Alternatives
<!-- Other possible solutions you can think of, you've tried or researched. -->
...

## Additional context
<!-- Is there anything else you can add about the proposal? You might want to link to related issues here, if you haven't already. -->
...
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Xojo

Builds*
*.debug
*.debug.app
Debug*.exe
Debug*/Debug*.exe
Debug*/Debug*\ Libs
*.rbuistate
*.xojo_uistate
*.obsolete*

# General
.DS_Store
Thumbs.db
Desktop.ini
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 SQLabs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# webadmin
# cubeSQL Web Admin
A web based administration for [cubeSQL Server](https://sqlabs.com/cubesql) (&copy; sqlabs)

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

## Description

*[cubeSQL](https://sqlabs.com/cubesql) is a fully featured and high performance relational database management system built on top of the sqlite database engine.*

cubeSQL Web Admin is a web based administration tool for cubeSQL.

## Build from Source Code

In order to build cubeSQL Web Admin application, [Xojo](https://xojo.com/) and the latest [cubeSQL Xojo Plugin](https://github.com/cubesql/cubeSQLAdmin) are required.

- Xojo can be obtained from: https://xojo.com/
- Latest [cubeSQL Xojo Plugin](https://github.com/cubesql/cubeSQLAdmin) can be found inside the Plugins folder