You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle NoSQL Database Plugins enhances your experience of building an application:
120
+
-[Oracle NoSQL Database IntelliJ Plugin](https://github.com/oracle/nosql-intellij-plugin). The Intellij plugins is hosted in GitHub.
121
+
-[Oracle NoSQL Database Visual Studio Plugin](https://marketplace.visualstudio.com/items?itemName=Oracle.nosql-vscode). The Visual Studio Marketplace hosts a Visual Studios plugin for NoSQL
122
+
123
+
You can use Oracle NoSQL Database plugins to:
124
+
- View the tables in a well-defined tree structure with Table Explorer.
125
+
- View information on columns, indexes, primary key(s), and shard key(s) for a table.
126
+
- Create tables using form-based schema entry or supply DDL statements.
127
+
- Create Indexes.
128
+
- Execute SELECT SQL queries on a table and view query results in tabular format.
129
+
- Execute DML statements to update, insert, and delete data from a table.
130
+
- and much more
131
+
132
+
## Container image on GitHub repository
133
+
This [GitHub repository](https://github.com/oracle/docker-images/tree/main/NoSQL) contains Dockerfiles, documentation and samples to build container images for Oracle NoSQL.
134
+
135
+
**Highlights**
136
+
137
+
1. This container image can be used by application developers who need to develop and unit test their Oracle NoSQL Database applications.
138
+
2. Behind the scene, we are using KVlite, and I added HTTP Proxy support
139
+
3. This container image was built on Community Edition and published in GitHub Container Registry.
140
+
4. Users can clone this repository and build their image or pull the image directly from the GitHub Container Registry
141
+
5. There are 2 container images available, one using a secure configuration and one using a non-secure configuration
142
+
143
+
144
+
104
145
## Help
105
146
106
147
There are a few ways to get help or report issues:
107
148
108
-
- Open an issue in the [Issues](./issues) page.
149
+
- Open an issue in the [Issues](https://github.com/oracle/nosql-community-edition/issues) page or start a [Discussion](https://github.com/oracle/nosql-community-edition/discussions).
109
150
- Post your question on the [Oracle NoSQL Database Community](https://forums.oracle.com/ords/apexds/domain/dev-community/category/nosql_database?tags=nosql-database-discussions).
110
151
- Please send email to: [NoSQL help mailbox](mailto:nosql_mb@oracle.com)
111
152
@@ -128,7 +169,7 @@ security vulnerability disclosure process
128
169
129
170
## License
130
171
131
-
Copyright (C) 2024, 2025 Oracle and/or its affiliates. All rights reserved.
172
+
Copyright (C) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
132
173
133
-
This SDK is licensed under the Apache License 2.0. See
174
+
This software is licensed under the Apache License 2.0. See
0 commit comments