-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning for experimental status outside if(we)
- Loading branch information
Kenneth Lareau
committed
May 26, 2016
1 parent
0b225d1
commit b322c38
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,13 @@ Kenneth Lareau, Karandeep Nagra | |
tagopsdb is a library to interface with a Site Operations database | ||
used at if(we) to manage various infrastructure information. | ||
|
||
**\*\*WARNING\*\***: Consider this code **EXPERIMENTAL**. It has | ||
not been fully prepared for use outside If(we) though we will be | ||
working on this. In particular, the schemas themselves are still | ||
being cleaned up in preparation to move from MySQL to PostgreSQL. | ||
If you have any questions or suggestions, please email | ||
<[email protected]> | ||
|
||
## License | ||
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | ||
|
||
|