Skip to content

Commit 9f1600a

Browse files
committed
Update doc
1 parent cecea00 commit 9f1600a

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# PostgresORM.jl
1+
PostgresORM.jl
2+
=============
23

3-
An Julia library for Object Relational Mapping between Julia and PostgreSQL.
4+
A Julia library for Object Relational Mapping between Julia and PostgreSQL.
45

5-
**Documentation**: [![][docs-stable-img]][docs-stable-url]
6-
7-
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
8-
[docs-latest-url]: http://dataframes.juliadata.org/latest/
6+
**Documentation**: [![][docs-latest-img]][docs-latest-url]
97

108

11-
**NOTES about this documentation**
12-
The documentation is created using
13-
[https://github.com/JuliaDocs/Documenter.jl](Documenter.jl).
14-
see [docs](./docs).
15-
16-
https://juliadocs.github.io/Documenter.jl/stable/man/guide/
9+
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
10+
[docs-latest-url]: https://juliapostgresorm.github.io/PostgresORM.jl/dev/

docs/src/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Hello world PostgresORM
1+
# PostgresORM.jl
2+
3+
Welcome to the PostgresORM.jl documentation!
4+
5+
This resource aims to teach you everything you need to know to get up and running with Object Relational Mapping between a Julia project and a PostgreSQL database using PostgresORM.jl package.

0 commit comments

Comments
 (0)