Skip to content

mathsalmi/dkeepr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dkeepr

A very basic ORM written in Go.

This is a toy project used to learn the Go language. It is not intended to be used in production because there might be bugs and performance problems.

Again, the intention here is solely to play with Go.

DBMS

Currently the following DBMS are supported:

  • Postgres

TODOs

  • Improve error messages (perhaps allow message composition)
  • Make it work with multiple DBs
  • Create tests
  • Create a pool of connections
  • Think of a way to customize struct names

Bugs & suggestions

First of all, thanks for helping! Bug reports or even suggestions are very welcome.

About

An ORM for Go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages