> Right now I am > looking at 4 choices: > > 1) drop nsdb from naviserver and use nstcl after cleaning up any > multi-thread issues > 2) import ad_proc and 00-database from OACS and hack them up until > they work. (unfortunately the combination of the two is not possible > - nstcl ad_proc does not support positional parameters without default > values after named parameters ith default values) > 3) dig into OSSWEB and import its notion of ad_proc and db_* > 4) nsdbi and friends > > Numbers 3 and 4 sound most appealing to me at this moment because > these are "most supported" by the naviserver "community" - getting > help with 00-database is unlikely to happen for something unrelated to > OACS and nstcl hasn't been touched in 2+ years. The downside to > Number 3 is that i need to import a bunch of things with OSSWEB that > are not related to the database, and I am hesitant about doing so. > Your thoughts, comments, and opinions are most welcome. > You're using Postgres, right?
Correct. Thus far I've been trying to use nstk. It hasn't been terrible, but it hasn't been pleasant either...