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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
*Detailed instructions on how to contribute to the project, if applicable. Must include section about Oracle Contributor Agreement with link and instructions*
2
-
3
1
# Contributing to this repository
4
2
5
3
We welcome your contributions! There are multiple ways to contribute.
*This repository acts as a template for all of Oracle’s GitHub repositories. It contains information about the guidelines for those repositories. All files and sections contained in this template are mandatory, and a GitHub app ensures alignment with these guidelines. To get started with a new repository, replace the italic paragraphs with the respective text for your project.*
1
+
# GORM Driver for Oracle
2
2
3
-
# Project name
3
+
The GORM Driver for Oracle provides support for Oracle databases, enabling full compatibility with GORM's ORM capabilities. It is built on top of the [Go DRiver for ORacle (Godror)](https://github.com/godror/godror) and supports key features such as auto migrations, associations, transactions, and advanced querying.
4
4
5
-
*Describe your project's features, functionality and target audience*
5
+
## Prerequisite
6
6
7
-
##Installation
7
+
### Install Instant Client
8
8
9
-
*Provide detailed step-by-step installation instructions. You can name this section **How to Run** or **Getting Started** instead of **Installation** if that's more acceptable for your project*
9
+
To use ODPI-C with Godror, you’ll need to install the Oracle Instant Client on your system.
10
10
11
-
## Documentation
11
+
Follow the steps on [this page](https://odpi-c.readthedocs.io/en/latest/user_guide/installation.html) complete the installation.
12
12
13
-
*Developer-oriented documentation can be published on GitHub, but all product documentation must be published on <https://docs.oracle.com>*
13
+
After that, use a logfmt-encoded parameter list to specify the instanct client directory in the `dataSourceName` when you connect to the database. For example:
*If your project has specific contribution requirements, update the CONTRIBUTING.md file to ensure those requirements are clearly explained*
39
+
## Contributing
26
40
27
41
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
28
42
@@ -32,13 +46,4 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
32
46
33
47
## License
34
48
35
-
*The correct copyright notice format for both documentation and software is*
36
-
"Copyright (c) [year,] year Oracle and/or its affiliates."
37
-
*You must include the year the content was first released (on any platform) and the most recent year in which it was revised*
38
-
39
-
Copyright (c) 2023 Oracle and/or its affiliates.
40
-
41
-
*Replace this statement if your project is not licensed under the UPL*
42
-
43
-
Released under the Universal Permissive License v1.0 as shown at
44
-
<https://oss.oracle.com/licenses/upl/>.
49
+
Copyright (c) 2025 Oracle and/or its affiliates. Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.
0 commit comments