Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 745 Bytes

File metadata and controls

42 lines (18 loc) · 745 Bytes

Basic ORM Framework

With this basic ORM framework, you can create tables in the database without the use of any SQL queries

How to use this repo?

  1. Clone the repository first 'git clone'

https://github.com/Chamal-Peiris/basic-orm-framework.git

  1. Once cloned, open the repository from any prefered IDE

  2. Use Maven as the build tool

  3. Refresh the pom.xml

Prerequisites

  1. Use JDK 1.8

Usage

  • You can easily use the framework to create tables,databases without any SQL queries

License

Version 1.0.0 ,30 May 2022

Copyright © 2022 Chamal Peiris. All rights reserved.

Licensed under the MIT license

Acknowledgements