On Thursday, 5 January 2017 04:27:50 UTC+11, Kevin Powick wrote:
>
>
>
> On Monday, 2 January 2017 22:03:15 UTC-5, Sayth Renshaw wrote:
>>
>> Is there a good simple ORM or pipeline to push data to a database like
>> SQLite?
>>
>
> Many popular packages (libraries) for Go can be found by category
On Monday, 2 January 2017 22:03:15 UTC-5, Sayth Renshaw wrote:
>
> Is there a good simple ORM or pipeline to push data to a database like
> SQLite?
>
Many popular packages (libraries) for Go can be found by category at the
following link.
https://go.libhunt.com
--
Kevin Powick
--
You rece
Is there a good simple ORM or pipeline to push data to a database like
SQLite?
Sayth
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@go
Wow that is so cool and clear.
Sayyh
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://gr
Here's a start:
https://play.golang.org/p/bMu5EfKQyF
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more options,
HI
I was reading the docs for Go xml and the examples on github.
One thing I am liking is the lack of looping instead defining a struct for
the level you want and taking it.
What I cannot quite grasp from the examples is how do take multiple
attributes out.
say I have an XML example like this