Skip to content

Commit b8af158

Browse files
committed
Initial commit
1 parent 6e3c8ae commit b8af158

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "PostgresORM"
2+
uuid = "748b5efa-ed57-4836-b183-a38105a77fdd"
3+
authors = ["Vincent Laugier <vincent.laugier@gmail.com>"]
4+
version = "0.1.0"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# PostgresORM.jl
2+
3+
An Julia library for Object Relational Mapping between Julia structures and PostgreSQL
4+

src/PostgresORM.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module PostgresORM
2+
3+
greet() = print("Hello World!")
4+
5+
end # module

0 commit comments

Comments
 (0)