Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxueyu authored Apr 11, 2024
1 parent f991053 commit 3e2042e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
IvorySQL is advanced, fully featured, open source Oracle compatible PostgreSQL with a firm commitment to always remain 100% compatible and a Drop-in replacement of the latest PostgreSQL. IvorySQL adds a “compatible_db” toggle switch to switch between Oracle and PostgreSQL compatibility modes.
One of the highlights of IvorySQL is PL/iSQL procedural language that supports oracle’s PL/SQL syntax and Oracle style Packages.

IvorySQL has imported and enhanced the [Orafce](https://github.com/orafce/orafce) extension to add support
for numerous Oracle compatibility features including built-in PACKAGES, data types, and conversion functions

The IvorySQL project is released under the Apache 2 license and encourages all types of contributions. For IvorySQL community no contribution is too small, and we want to thank all our community contributors.

</br>
Expand All @@ -23,13 +20,13 @@ We are committed to abiding by the principles of [open-source ways](https://open
</br>

## Installation
We recommend following our [Quick Start](https://docs.ivorysql.org/en/ivorysql-doc/v3.1/v3.1/3#quick-installation) for how to install and running IvorySQL.
We recommend following our [Quick Start](https://docs.ivorysql.org/en/ivorysql-doc/v3.2/v3.2/3#quick-installation) for how to install and running IvorySQL.

Furthermore, for more detailed installation instructions, please refer to the [Installation Docs](https://docs.ivorysql.org/en/ivorysql-doc/v3.1/v3.1/6#introduction). We provide four installation methods for IvorySQL, as outlined below:
- [Yum installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.1/v3.1/6#Yum-installation)
- [Docker installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.1/v3.1/6#Docker-installation)
- [Rpm installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.1/v3.1/6#Rpm-installation)
- [Source code installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.1/v3.1/6#Source-code-installation)
Furthermore, for more detailed installation instructions, please refer to the [Installation Docs](https://docs.ivorysql.org/en/ivorysql-doc/v3.2/v3.2/6#introduction). We provide four installation methods for IvorySQL, as outlined below:
- [Yum installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.2/v3.2/6#Yum-installation)
- [Docker installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.2/v3.2/6#Docker-installation)
- [Rpm installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.2/v3.2/6#Rpm-installation)
- [Source code installation](https://docs.ivorysql.org/en/ivorysql-doc/v3.2/v3.2/6#Source-code-installation)



Expand All @@ -43,4 +40,4 @@ by the IvorySQL community.
* **Join IvorySQL [mailing lists](http://lists.ivorysql.org) to get started**

## Documentation
Please check the [online documentation](https://www.ivorysql.org/docs/next/intro).
Please check the [online documentation](https://docs.ivorysql.org/).

0 comments on commit 3e2042e

Please sign in to comment.